Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RP2040 USB (native) Host No Callbacks with Composite Devices #476

Open
samspencer5991 opened this issue Dec 4, 2024 · 0 comments
Open
Labels
Bug Something isn't working

Comments

@samspencer5991
Copy link

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 samspencer5991 added the Bug Something isn't working label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant