-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S3 crashes when connected via Serial/Jtag port and sending two bytes of data #269
Comments
I looked into this a bit. |
Thanks for looking into this. One very interesting observation is that it seems to be different for different serial monitors - like on Windows |
I tried reproducing this issue on my custom esp32s3-based hardware and current esp-flash but coudln't.
|
Yeah you're right, I can mash my keyboard and it continues to work. Will close this then, thanks for the heads up! |
Wow - a self-healing issue 🤣 |
How to reproduce
usb_serial_jtag
example and see it continuously printingHello World!
When that happens even CTRL-C / CTRL-R doesn't work anymore and you need to unplug the dev board
The text was updated successfully, but these errors were encountered: