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 doesn't work with softdevice 8.0.0

when i download the 7.0.0 softdevice and the demo project "Nordic\nrf51822\Board\pca10001\s110\experimental\ble_app_uart" to my nRF51822 board,it works well,but use the 8.0.0 softdevice and the demo project "nRF51_SDK_8.0.0_5fc2c3a\examples\ble_peripheral\ble_app_uart",it doesn't work,the phone app can't find the ble device,could you tell me what's the problem? tks.

Parents
  • have you changed IRAM and IROM settings? check this post

    Did you also check the compatibility matrix to see if your hardware revision supports SD 8.0.0?

  • I download the softdevice(s110_nrf51_8.0.0_softdevice.hex) on nordic web,i start the debugger and put the breakpoint in the first line of main and run,the breakpoint hits.when i start debug,the PC doesn't stop in the first line of the main.c(the PC value is 0x000006D0), and click reset button it also stop here,but the 7.0.0(softdevice and project) start debug,the PC pointer stop in the first line of the main.c(the PC value is 0x00016A80).

Reply
  • I download the softdevice(s110_nrf51_8.0.0_softdevice.hex) on nordic web,i start the debugger and put the breakpoint in the first line of main and run,the breakpoint hits.when i start debug,the PC doesn't stop in the first line of the main.c(the PC value is 0x000006D0), and click reset button it also stop here,but the 7.0.0(softdevice and project) start debug,the PC pointer stop in the first line of the main.c(the PC value is 0x00016A80).

Children
No Data
Related