-
Notifications
You must be signed in to change notification settings - Fork 724
[nrf fromlist] boards: nordic: nrf54l20pdk: Increase RAM,Flash on FLPR #2629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nrf fromlist] boards: nordic: nrf54l20pdk: Increase RAM,Flash on FLPR #2629
Conversation
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <[email protected]>
|
Current partitioning is |
|
Partitioning after this PR is merged: |
3f337ca to
4ad2057
Compare
4ad2057 to
9831a2f
Compare
9831a2f to
26818b7
Compare
24e0d80 to
3f41c5f
Compare
3f41c5f to
4edfa87
Compare
4edfa87 to
3313d3c
Compare
3313d3c to
514328e
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <[email protected]>
Increase SRAM and RRAM available for FLPR core on nRF54L20. Increase both memories from 64k to 96k as it's on L15. L20 has more memory than L15. Currently, some tests/samples doesn't fit. Upstream PR #: 87391 Signed-off-by: Sebastian Głąb <[email protected]>
514328e to
545eb76
Compare
|
| - zephyr | ||
| sysbuild: true | ||
| ram: 512 | ||
| ram: 415 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
main branch without FLPR snippet: 512k - 64k -1k = 447k
if FLPR gets 96k: 512k - 96k - 1k = 415k
| ranges = <0x0 0x20067c00 0x18000>; | ||
| }; | ||
|
|
||
| /* 0x20067c00 - 0x20080000; size 0x400 (1k): Reserved for VPR context */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo:
/* 0x2007fc00 - 0x20080000; size 0x400 (1k): Reserved for VPR context */



Increase SRAM and RRAM available for FLPR core on nRF54L20.
Increase both memories from 64k to 96 as it's on L15.
L20 has more memory than L15.
Currently, some tests/samples doesn't fit.
manifest-pr-skip