2021-02-17 04:06 PM
Hello!
I have a problem. I created a USB audio device project in CubeMX. Then I changed the descriptors and related functions to get a device like a microphone. The device is detected correctly in the Windows system. But there is a problem: DataIn endpoint callbacs and SOF events are not raised. I cannot process and send data. I am interested in implementation using the latest version of the HAL + USB device library (I only find examples use old versions and USB OTG + CMSIS). Why might Isochronus DataIn callbacks be missing?
Project sources in attachment
2021-02-19 06:32 AM
Hey, I have the same problem... I started my program using CubeMX libraries + X-CUBE-MEMSMIC1 expansion package. I do see the event raised for a volume control, but no other event