Entering deep sleep breaks USB JTAG
Closed this issue · 3 comments
bugadani commented
Entering deep sleep breaks USB JTAG
bugadani commented
It looks like stalling the cpu (e.g. by esp-backtrace's halt-cores) can trigger the same issue.
bugadani commented
Current state: replugging USB fixes JTAG for that power cycle.
It should be possible to not power down JTAG and related stuff if the board goes to sleep while plugged in/connected.
bugadani commented
Fixed by esp-rs/esp-hal#660