USB Audio Device Class not working on STM32L4R9AI Discovery Kit
Hi,
Currently, I am working on a project where we need to transfer data from PC to uC (STM32L4 series) at a high rate (real-time application). So, we have decided to use USB 2.0. First, we tried the communication device class, but it wasn't fast enough. So, now we are trying using the audio device class (also because of synchronization). I am using STM32CubeMX to initialize the discovery kit with STM32L4R9AI as a USB device with audio device class. I have generated the code, made no changes to it, and simply flashed the code and connected the USB in the hope that it will be recognized as an audio device (I have shared the *code as a zip file). But in device manager, it is always shown as a virtual COM port. I can't understand if it is a driver problem on the PC side or if the error lies on the uC side. I have tried uninstalling the device in device manager and again plugging in. But nothing works. I am also finding difficulties in with the documentation(couldn't find proper documentation). Any help would be appreciated. Thanks in Advance.
Best Regards,
Isan
* The code in the zip file contains no drivers, binaries, debug files. Only the main files(.ioc, core, etc) to show the setup.
