Hello,
How do you flash custom firmware into the Nordic Thingy 52? The Thingy doesn’t reflect changes that I make to the firmware files and instead just turns off the LED entirely.
- To debug this issue, I’ve been trying to erase the contents of the Nordic Thingy 52 using nRF Connect (as mentioned in https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_keil%2FUG%2Fgsg%2Ferase_board.html) and flash it with new custom firmware. I was able to erase the contents successfully. Unfortunately, I was unable to download custom firmware onto it through Segger (Thingy was connected to the nRF52DK which was connected to my PC).
- I have tried this on two separate Thingy devices as well and they both result in the LED turning off and the device showing no indication of functioning.
- I have also tried compiling and flashing firmware through makefiles (using make -j) and through Keil. I’ve only ever had SES work out for me and the other two just turned off the LED and made the Thingy unresponsive.
I would appreciate any help with debugging this through SES so I can modify the firmware and flash custom firmware into the Thingy.
Thank you.