STM32U5 USBX Audio Stream Change functions are not called
STM32U585 (USB_OTG_FS), latest CubeIDE (USBX 6.2.0)
I implemented USB Audio 1.0 Microphone Descriptor into ThreadX USBX (using builder framework). Descriptor works, (no errors, microphone is shown in audio control), but no audio is received. It seems that ux_device_class_audio_stream_change function is not called, only ux_slave_class_audio_instance_activate. I also tried code from official STM32H7 USBX Audio example (that's Audio 2.0 Speaker), and that one had similar issue, no ux_device_class_audio_stream_change were called.
So I guess this might be an issue with STM32 USB Controller driver inside USBX?
There are some more code shared here on USBX repo: https://github.com/azure-rtos/usbx/issues/92 . But now it seems to be more issue on the controller side, so I am posting this here. Thanks.
