chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
488 stars 70 forks source link

A sample code, "acm.ino", cannot use on ESP32-S2 #85

Open TakuroMikami opened 2 years ago

TakuroMikami commented 2 years ago

A sample code, "acm.ino", cannot use on ESP32-S2. The code be using , ESP32-S2 reboots repeatedly. Why...?

TakuroMikami commented 2 years ago

↑ The EspTinyUSB version is 2.0.1

chegewara commented 2 years ago

https://github.com/me-no-dev/EspExceptionDecoder

TakuroMikami commented 2 years ago

Thank you so much!

touchgadget commented 2 years ago

See if PR #91 fixes this.