This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf51822 s130 softdevice intiatisation fails as RAM having some issue

having issue with nrf51822

nrf51822 breakup board was running fine with S130 2.0 stack and ble_app_uart Now facing issue such that when softdevice enabled is called the control go to 0xffffffffe location and keep reset from 0 location ; So used the Jlink to erase the sectors and find the flowing error Verification of RAMCode failed @ address 0x20000248. Write: 0xE7EB2102 003B9600 Read: 0xE7EB2100 003B9600 Failed to prepare for programming. Failed to download RAMCode! Programming Thread exited Programming failed. As RAM having some issue S130 stack is not getting intilased please let us know what me the cause and solution for this Linker Script :

define symbol ICFEDIT_intvec_start = 0x1b000; /-Memory Regions-/ define symbol ICFEDIT_region_ROM_start = 0x1b000; define symbol ICFEDIT_region_ROM_end = 0x0003FFFF; define symbol ICFEDIT_region_RAM_start = 0x20001fe8; define symbol ICFEDIT_region_RAM_end = 0x20007fff; export symbol ICFEDIT_region_RAM_start; export symbol ICFEDIT_region_RAM_end; /-Sizes-/ define symbol ICFEDIT_size_cstack = 0x800; define symbol ICFEDIT_size_heap = 0x200; /**** End of ICF editor section. ###ICF###*/

Related