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

There is a question in Test Setp about the buttonless DFU sample using the nRF52832 DK board. (SDK is using 12.3.)

Hi
I am currently testing Buttonless DFU using SDK 12.3, nRF52832 DK.
Example test was conducted first using the DK board, but as you can see in the picture, it will fail. I don't know why.
Is the method wrong?

 

Parents
  • Hi Aser, 

    I assume that you didn't see the device advertised as "DFU Targ" after you set it to bootloader mode? What was the behavior after the write ? 


    I suspect that the application has crashed, you may want to check if it enters any assert handler or if it resets. 

    Have you flashed the bootloader ? Do you have any issue if you test the bootloader (without the buttonless application)?

  • Hi, Bui.
    Thank you very much for your reply.
    Thanks to your kind Tutorial, the bootloader example has been successfully used.
    Thank you for this, too.

    After setting up the boot loader mode, when BLE Scan is done again, "DFU Targ" is not detected.
    The application is original and no modifications have been made to Source.
    Now I suspect that the red box button is the one that sets the Bootloader mode after the connection.
    In the above test, we downloaded the Buttonless Application with only the Bootloader Source downloaded. In this case, the next buttonless application was downloaded while the update was completed.

Reply
  • Hi, Bui.
    Thank you very much for your reply.
    Thanks to your kind Tutorial, the bootloader example has been successfully used.
    Thank you for this, too.

    After setting up the boot loader mode, when BLE Scan is done again, "DFU Targ" is not detected.
    The application is original and no modifications have been made to Source.
    Now I suspect that the red box button is the one that sets the Bootloader mode after the connection.
    In the above test, we downloaded the Buttonless Application with only the Bootloader Source downloaded. In this case, the next buttonless application was downloaded while the update was completed.

Children
No Data
Related