You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serial output includes the bootloader messages and the "Hello, world!" printed from the main task, but does not include the state printing a few lines below. In this state (i.e. probably while stuck in Board::initialize, which is trying to configure a display over SPI, but disregarding the bug in my code), espflash doesn't react to Ctrl+C or Ctrl+R and does not exit.
Manually resetting the MCU exits espflash and then the terminal prints the control characters:
The text was updated successfully, but these errors were encountered:
The exact cause is unknown at this point, but here is the setup:
The serial output includes the bootloader messages and the "Hello, world!" printed from the main task, but does not include the state printing a few lines below. In this state (i.e. probably while stuck in Board::initialize, which is trying to configure a display over SPI, but disregarding the bug in my code), espflash doesn't react to
Ctrl+C
orCtrl+R
and does not exit.Manually resetting the MCU exits espflash and then the terminal prints the control characters:
The text was updated successfully, but these errors were encountered: