Home
Home copied to clipboard
nanoff should allow flashing application when device is in bootloader mode
Description
Currently with Debug CLR, if you have borked your application and need to recover via USB (not J-Link), you will need to perform this multi-step process:
- Reset MCU, asserting Stay in BL pin
- Erase deployment area via VS.NET extension or nanoff
- Reset MCU, CLR now runs w/out application
- Now I can flash via USB
But I should just be able to flash the application via USB when in BL mode.
How to solve the problem
Allow application to be flashed via nanoff over USB when in bootloader mode.
Describe alternatives you've considered
No response
Aditional context
No response
This also applies to VS.NET extension use case.
Just tested this and it's working. With Skyworks EVB it will fully functional once we get past #1359
Woo woo!
Closing as this is implemented since 2023-SEP-29.