Hi,
I have an application that needs 256kB of RAM however when I try to compile the code for the application processor it complains that there is only 64kB available. As if the linker doesn't know what is the available size of the RAM
Linking ‘zephyr_prebuilt.elf’
B 1 MB 1.25%
B 64 KB 128.30%
zephyr\zephyr_prebuilt.elf section `bss' will not fit in region `SRAM'
section .intList VMA [20010000,20010037] overlaps section bss VMA [20000000,20013a2a]
region `SRAM' overflowed by 18544 bytes
ld returned 1 exit status
B 2 KB 2.73%
Build failed
I am using segger IDE for nordic and NCS with zephyr. As a starting point I am using the blinky app from the samples directory with the build_nrf5340_dk_nrf5340_cpuapp selected as target board
Can you please advise what do I need to change get access to the entire 512kB of RAM
Thanks
Dusan