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

A doubt on debug the Nordic Thingy 52

Hello all,

I have a Nordic Thingy 52 board, and I have download the Thingy 52 SDK, I can debug it successfully.

But after I debug it , or download it, the board runs with DFU mode.

How can I make it run the main code? Thank you!

Parents
  • How are you debugging the Thingy:52? Via a 52 DK & a SWD cable? If you have successfully done a DFU of the Thingy, it should start the application directly afterwards. If the board is still in DFU mode, it seems like the DFU was not successful. Have you tried turning the Thingy:52 off & on to see if the Thingy:52 runs the application?

  • Hello, I debugging the Thingy 52 via the SDK which download from Nordic Home (the picture belows) and a SWD J-Link.

    When I starting the debug, the board runs in the DFU mode (boardcast as "ThingyDFU") , also I can Update the firmware through OTA, the board can run the application, and it can connected with app, all the functions is OK.

    I wish that when I debugging the SDK, I can debug the application(boardcast as "Thingy"), not in the DFU mode, how could I do this?  Thanks!

Reply
  • Hello, I debugging the Thingy 52 via the SDK which download from Nordic Home (the picture belows) and a SWD J-Link.

    When I starting the debug, the board runs in the DFU mode (boardcast as "ThingyDFU") , also I can Update the firmware through OTA, the board can run the application, and it can connected with app, all the functions is OK.

    I wish that when I debugging the SDK, I can debug the application(boardcast as "Thingy"), not in the DFU mode, how could I do this?  Thanks!

Children
Related