Hello,
I recently bought a Thingy91x; before that, I was using a Thingy91. I activated it and successfully programmed the Hello nRF Cloud firmware via the Quick Start in nRF Connect. It worked perfectly. Then, I wanted to program it using the VS Code project, but out of habit, I loaded the Asset Tracker v2 project for the Thingy91 and programmed the nRF5340.
Since then, I’ve been unable to reprogram it using either nRF Connect or VS Code — even when using the correct project this time. I get the following error messages:
On nRF Connect:
Failed to program the Application core.
Contact support on DevZone and provide the Log if the problem persists.
On VS Code (v2.9.1) following the guide hello-nrfcloud.github.io/.../gsg_guide.html :
C:\dev\firmwares\hello-nrfcloud\project> west thingy91x-dfu
Trying to put nRF91 in bootloader mode...
nrf91 on THINGY91X_XX is in bootloader mode
[00:00:20] ###### 100% [4/4 THINGY91X_XX] Failed, Error when programming through MCUBoot: Unable to program mu
Error: One or more program tasks failed:
* THINGY91X_XX: Error when programming through MCUBoot: Unable to program multi-image file from file 'build/dfu_application.zip'. Error code: 603 (Timeout). (McubootTimeout)
Do I have a chance to recover my device?
Thanks in advance