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

ble_app_uart_s110_pca10028 can't run

Hi Nodic: I use the PCA10028 V1.2.0 board , and use "nRF51_SDK_9.0.0_2e23562" SDK, ..nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_uart\pca10028\s110\arm5_no_packs , I have not changed any SDK, first I use the Keil5.17 download the flash_softdevce(components\softdevice\s110\hex\s110_softdevice.hex) , and then download the nrf51422_xxac_s110, when I debug , it can't jump to main? The nrf51422_xxac_s110 IROM is 0x18000~ 0x28000 , RAM is 0x2000200 ~ 0x6000 , It seems As in S110 can not jump to APP. How do I fix this? Thanks!

Parents
  • The SDK examples should work out of the box if you are using our nRF51 and nRF52 DKs. Is the PCA10028 advertising and functioning correctly if you do not try to debug? Have you verified that you have checked the "Run to main()" box under "Options for Targer"--> "Debug"

    If the memory settings are set to the following

    IROM1 Start 0x18000 Size: 0x28000  
    IRAM1 Start: 0x20002000 Size: 0x6000
    

    then they are correct.

Reply
  • The SDK examples should work out of the box if you are using our nRF51 and nRF52 DKs. Is the PCA10028 advertising and functioning correctly if you do not try to debug? Have you verified that you have checked the "Run to main()" box under "Options for Targer"--> "Debug"

    If the memory settings are set to the following

    IROM1 Start 0x18000 Size: 0x28000  
    IRAM1 Start: 0x20002000 Size: 0x6000
    

    then they are correct.

Children
No Data
Related