This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51_SDK12.0.0 ble_app_uart debug problem

I use IAR to debug nRF51_SDK12.0.0 ble_app_uart example application. The origin application is for nrf51422, and my device use nrf51822. Therefore, I first change the device to nrf51822 on the example application. I also preprogram the softdevice 130 using nRFgo studio, and the nRFgo shows that the application should start at 0x1b000. I use IAR to download and debug the application. The problem is that the application jump to address 0x1fcd4 at the disassembly view, and don't shown the running point at the source code view. Please comment. Is the program run to a wrong address instead of the application main()?

Related