Hi,
I'm getting an error when building the example program blinky that says: ".text is larger than specified size" and ".rodata is larger than specified size".
I'm using version 17.1.0 of the nRF5 SDK, and version 6.32 of SES for ARM (64 bit).
Hi,
I'm getting an error when building the example program blinky that says: ".text is larger than specified size" and ".rodata is larger than specified size".
I'm using version 17.1.0 of the nRF5 SDK, and version 6.32 of SES for ARM (64 bit).
It looks like you're encountering memory allocation issues in your build of the "blinky" example. The errors suggest that the .text and .rodata sections are exceeding the allocated size. Try checking your linker script for memory size definitions or optimizing the bloxstrap code to fit within the specified memory limits.
It looks like you're encountering memory allocation issues in your build of the "blinky" example. The errors suggest that the .text and .rodata sections are exceeding the allocated size. Try checking your linker script for memory size definitions or optimizing the bloxstrap code to fit within the specified memory limits.