2013-10-02 03:36 PM
Hello everyone,
I'm currently working on a USB application on a STM32F407, using the Audio Class,I
trying to run asynchronous modewith the explicit
feedback through
feedback EP,
and after some long work and extensive reading USB specification and Audio Class specification of course, I am stuck.I am using
STM OTG Driver v2.1
and
a modified example of
USB
audio.
I described the
endpoint for
the explicit feedback
in the tag
and index
it in the
field
bmSync
in OUTEP
, but hecan not wait to
EPIN
interrupt
forthis point
.The device is
detected correctly
, I changedthe sample rate
and so on
, everything worksok,
except for
the synchronization
...
How should
send
feedback data
synchronization
?Would it be of any help if I tried the explicit feedback approach, which is needed for an async sink? Maybe
anyone has
sample code for
STM32F4
?In any
case
, I would begrateful
for any input on the subject.
I can
provide some
of my code
if necessary.
I apologize
for my English
. #audio-usb-asynchronous