how to add the linkerSript memory restrictions to our existing code:-
MEMORY { FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000 RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x6000 }
and different other symbols present in nrf51_common.ld
how to add the linkerSript memory restrictions to our existing code:-
MEMORY { FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000 RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x6000 }
and different other symbols present in nrf51_common.ld
Hi,
Please find some common iRAM and iROM settings at the bottom of this blogpost.
Best regards,
Øyvind
/softdevice_handler.c:496: undefined reference to `data_start'
/softdevice_handler.c:496: undefined reference to `data_start'