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

NRF52 DK, Sgger Embeded and Hex file

Hi

I have a problem with my NRF52 DK and my HEX file .. 

With one of my projects, when I generate a HEX file, and I put this one in the NRF52 DK, the program is not working. But when I transfer my app directly with segger embedded, without une hex file, it's working. More, when i've try with an other project (an example non-modified) the hex file work like expected.

Someone can give me a track to understand what is going wrong ?

Thanks for your help. Slight smile

Parents
  • Hi,

    Are you using a softdevice in your project? Note that projects for Segger Embedded Studio in SDK 14.1 and above are setup to flash the softdevice along with the application if needed. If you do not flash the softdevice together with your application, it will not work. The pre-build HEX files found in the example folders have the softdevice merged into the HEX file.

    Best regards,
    Jørgen 

Reply
  • Hi,

    Are you using a softdevice in your project? Note that projects for Segger Embedded Studio in SDK 14.1 and above are setup to flash the softdevice along with the application if needed. If you do not flash the softdevice together with your application, it will not work. The pre-build HEX files found in the example folders have the softdevice merged into the HEX file.

    Best regards,
    Jørgen 

Children
Related