Replies: 3 comments
-
|
Likely #3142 |
Beta Was this translation helpful? Give feedback.
-
|
I tried to manually update TinyUSB to version 0.20.0 with the pico-sdk at 2.2.1. You can see my docker file here, but I now get a lot of build errors. I tried cleaning the build cache. I also had to change a bunch of code like this:
Here is the build error log https://gist.github.com/ashafq/143dcd509cff9bb31280e0380dbb44c8 |
Beta Was this translation helpful? Give feedback.
-
|
Looks like there were many API breaking changes in version 0.20.0. I have updated the code, and now it's building and functioning. Here is the updated code https://gist.github.com/ashafq/c45e48b874e1e76fe11597556a8b9120 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a minimal UAC2 audio loopback example on the RP2350 (Raspberry Pi Pico 2). My goal is a simple 48kHz, 24-bit (32-bit slot) stereo configuration.
I am using a polling approach in main (calling usb_audio_task) rather than using interrupt callbacks. I am encountering a persistent panic: WARN: starting new transfer on already active ep 81, followed by *** PANIC *** ep 81 was already available.
This occurs shortly after the host enumerates the device and begins streaming.
See below for serial debug logs:
Here is the full example of the code: https://gist.github.com/ashafq/c45e48b874e1e76fe11597556a8b9120
Beta Was this translation helpful? Give feedback.
All reactions