Panic / coredump when calling esp_core_dump_get_summary() with tinyusb CDC . (IEC-261) #130
Open
3 tasks done
Labels
Component: usb_device
Issue affects usb_device component
Answers checklist.
Which component are you using? If you choose Other, provide details in More Information.
device/esp_tinyusb
ESP-IDF version.
5.4.0
Development Kit.
ESP32S3 DevkIt
Used Component version.
1.7.1
More Information.
I have esp_tinyusb enabled to send serial output over USB. Everything works fine until I call
This is the code I use to initiate tinyusb:
As soon as I call
esp_err_t err = esp_core_dump_get_summary(summary);
, I get a panic, this is the returned coredump summary:It looks as though there's an issue with an ISR running which causes the USB to fail.
The text was updated successfully, but these errors were encountered: