uac2_headset Problems #2905
Unanswered
FearLabsAudio
asked this question in
Q&A
Replies: 1 comment
-
Just to rule out anything, I set up a project from scratch. HOST: windows 11 (also same result under Linux Mint) Tinyusb library was updated to the latest commit. Here is the output with CFG_TUSB_DEBUG=1
For anyone who said they had this example working: Were you running linux/windows/macos? Were you running an RP2040 or what device? Thanks all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been attempting to get the uac2_headset example running with mixed results.
Running windows 11 host, pico 2 device
I was randomly hitting the previously mentioned hard_assert(hw_data_offset(next_buffer_ptr) <= USB_DPRAM_MAX); assert. For the most part it would actually work, but the following would cause it:
After updating to the latest commit today, I am no longer hitting that assert. Volume/Mute changes register, however any time audio playback is started the debug output shows the following:
Sometimes it will show other ep#'s ( ep 81 is common )
Does anyone have any thoughts? Thanks much.
Beta Was this translation helpful? Give feedback.
All reactions