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

Facing Problem in dumping hex file into nRF52810 via JLink Commandline Tool

Hello All,

I am using JLink Commandline Tool V7.62a for dumping code . I trying to 

dump ble_app_uart code. after dumping code i got notification  i.e.,

Flash download: Bank 0 @ 0x00000000: 2 ranges affected (8192 bytes)
J-Link: Flash download: Total: 0.780s (Prepare: 0.170s, Compare: 0.075s, Erase: 0.177s, Program & Verify: 0.254s, Restore: 0.102s)
J-Link: Flash download: Program & Verify speed: 31 KB/s

but my device not detected in serial_uart_terminal & in nRF_Connect 

application. Via SEGGER Embedded Studio i had successfully dumped code & my device also detected.

I am facing problem whenever i am doing same procedure via jlink command line tool.

Please help me out to solve this  problem.

Thanks & Regards,

Embel Technologies 

Parents
  • Hi

    I think this is because you only flash the application .hex file onto the nRF52810, and not the SoftDevice as well, which is required to run applications that use the BLE. Try dumping both the application .hex as well as the S112 .hex located in \YOUR SDK FOLDER\components\softdevice\s112\hex

    Best regards,

    Simon

Reply
  • Hi

    I think this is because you only flash the application .hex file onto the nRF52810, and not the SoftDevice as well, which is required to run applications that use the BLE. Try dumping both the application .hex as well as the S112 .hex located in \YOUR SDK FOLDER\components\softdevice\s112\hex

    Best regards,

    Simon

Children
Related