24-bit UAC2 support #2903
Unanswered
Sinister-Dexter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know how to get 24-bit 96khz output working with the UAC2 ?
I have the speaker example working on an STM32F746 with full-speed USB, this appears to work 24-bit 48khz, however not at 96khz.
Modifying the below in tusb_config.h for 24-bits :
fails when connected on the TU_ASSERT in dcd_dwc2.c as below -
new_sz is 320, dfifo_top is 304
Is there another define that needs to be changed or is this some other limitation?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions