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).
FYI: The explanation behind that attribute: devzone.nordicsemi.com/.../bug-in-flash_placement-xml-example-file
What an excellent explaination it is! I appreciate it.
.Earlier I was facing the same issue with version 7.92k but now my blinky code is getting compiled successfully on Segger embedded studio version 6.30 but jlink is connect getting connected it says failed to open DLL. My nrf7002 dk board is connected to my MacBook Pro M2 and it is receiving power but can't see the output of my code because of this issue
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.