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

why after flash softdevice ,nothing happed(blinky example)

if flash nrf52832_xxaa.hex , board start to blinky if flash s132_nrf52_5.0.0_softdevice.hex, board seems dead

what happed after flash these two hex files

does these two hex files flashed to the same space?

Parents
  • In general, the two hex files are flash in different spaces. You need to know what softdevice.hex is doing first. As far as I know, softdevice is a file that contains the stack associated with the Bluetooth protocol. We can not modify the softdevice directly. Just, We use function from softdevice. You can use nRFgo Studio to download soft devices and applications, respectively.

Reply
  • In general, the two hex files are flash in different spaces. You need to know what softdevice.hex is doing first. As far as I know, softdevice is a file that contains the stack associated with the Bluetooth protocol. We can not modify the softdevice directly. Just, We use function from softdevice. You can use nRFgo Studio to download soft devices and applications, respectively.

Children
Related