Operating System
Windows 10
Board
stm32g474nucleo
Firmware
I was using the uac2_headset example code. I tried using it on a stm32g474nucleo board, but any mcu which uses stm32_fsdev should have this issue.
What happened ?
An assert is hit at runtime:
dcd_edpt_open 760: ASSERT FAILED
Which basically says that isochronous mode is not implemented in the stm32_fsdev driver.
Is there any interest in implementing the isochronous mode in this driver? Right now t...













