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

how using nrf52810 i need to do dfu means uploading a zip file from my mobile to nrf58210. please help me out by stepby step process ?

i need to upload a zip file through ble using a dfu code in segger. so can u please help me out with code and process

Parents Reply
  • Please list the step you used for testing. Please try to test the bootloader without the buttonless dfu application first. Made sure you can use the bootloader correctly. 

    When you see an error with APP_ERROR_CHECK please check the err_code and check the function that return the err_code to see why it occurred. 

    Note that you can set a breakpoint to check for error code, but you can't step the code lines to debug through the code in an application that uses softdevice because the softdevice doesn't work any more after you stopped in a breakpoint. 

Children
Related