esp32-usb-host-demos
esp32-usb-host-demos copied to clipboard
MIDI Host not working in Lolin S2 Mini
Hi there. I tried to run midi host example in Lolin S2 Mini, but the USB never initialized. The outputs were:
usb_host_install: 103 (ESP_ERR_INVALID_STATE)
usb_host_client_register: 105 (ESP_ERR_NOT_FOUND)
What could I try next? Already tried to change.intr_flags = ESP_INTR_FLAG_LEVEL1
to 2 or 3 with no success...
Tks!