Adafruit_TinyUSB_Arduino icon indicating copy to clipboard operation
Adafruit_TinyUSB_Arduino copied to clipboard

RP2040 USB (native) Host No Callbacks with Composite Devices

Open samspencer5991 opened this issue 1 year ago • 0 comments

Operating System

MacOS

Arduino IDE version

2.1.1

Board

Custom RP2040

ArduinoCore version

4.3.1 (Pico)

TinyUSB Library version

3.4.1

Sketch as ATTACHED TXT

examples/host/simple/device_info

Compiled Log as ATTACHED TXT

NA

What happened ?

I've got a custom RP2040 board that is fairly simple in terms of layout and peripherals. I'm exploring using the native USB port as a configurable Host port and using the example device_info example to test recognition of devices. Monitoring the serial output, I get activity and a print log when a basic device that I know is not a composite device is plugged in, however, for devices which I know are composite (MIDI + CDC for example), there is no serial output indicating any mounting or recognition.

How to reproduce ?

Use device_info host example with a composite USB device

Debug Log

No response

Screenshots

No response

samspencer5991 avatar Dec 04 '24 10:12 samspencer5991