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

Bootloader crash (s110 softdevice 8.0.0)

Hi

Please tell me someone me how to start nRF51822 & softdevice8.0.0

I build a NRF51822 application in gcc & ECLIPSE. When to run the program, it crashes in the boot loader part.

Reset_Handler(gcc_startup_nef51.s) -> SystemInit(system_nrf51.c) ->Crash!

As a result of examined, stack pointer immediately after reset had been an invalid value. This value (0x7c0) shows the value on the ROM.

This value should have been set in softdevice, Will you are running how?

Softdevice Write Image image description Eclipse Debug Image (SP=0x7c0、Vector Table=0x7c0) image description

Related