-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Answers checklist.
- I have read the component documentation ESP-IDF Components and the issue is not addressed there.
- I am using target and esp-idf version as defined in component's idf_component.yml
- I have searched the issue tracker for a similar issue and not found any related issue.
Which component are you using? If you choose Other, provide details in More Information.
device/esp_tinyusb
ESP-IDF version.
5.2.3
Development Kit.
ESP32-s3-wroom-1
Used Component version.
1.7.1
More Information.
When running the example tusb_msc, if the esp-idf console was set to USB-CDC, the tusb-msc device will get an error
E (964) intr_alloc: No free interrupt inputs for USB interrupt (flags 0xE)
I cannot find any method for disabling the USB Console and freeing the interrupts
Using the UART console is not an option in my system - I need the USB console, and the ability to replace it with the tiny USB MSC
Please advise
Inbar