I work on nRF54L15DK.
When building for the nRF54L15DK, only 188KB of SRAM is allocated.
The remaining 68KB seems to be allocated to the FLPR MCU.
How can I change this size?
I work on nRF54L15DK.
When building for the nRF54L15DK, only 188KB of SRAM is allocated.
The remaining 68KB seems to be allocated to the FLPR MCU.
How can I change this size?
Hello! Yes, some of the RAM is used by the FLPR core by default. You need to change it in your device tree. See my ticket here.
Thanks! Worked for me!!!