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

flashing hex file through J-link

Hi,

      I am trying to flash the hex file through j-link debugger on nrf52810 controller. Flash is done on hex file but not able to execute after done . 

why this problem happening? 

 with  PCA10040 DK through also same problem i facing out , please give me solution if have.

NOTE: with segger Embedded studio it is okkk, but only hex file flash time that issue is occure.

Thanks 

Parents
  • What hex file are you using? Are you using NCS or the nRF5 SDK?

    If you are using a hex file built from a BLE application in the nRF5 SDK, remember to flash the SoftDevice as well.

    If this is not the case, there may be many reasons for the hex file not working. If you build the hex file yourself, I would recommend you to debug your application to see if there are any asserts triggering, hard faults occurring or if any function call fails. Enabling logging may also be helpful. If you are using a prebuilt hex file, could you point me to which one? Then I can test it myself.

    Best regards,

    Simon

  • i am using JTAG ( EDU ) debugger to flash the hex file through j-flash light. in SWD mode . after done flash program not  be executed.  after given supply.

Reply Children
Related