2024-08-26 03:04 AM
Hi :
I want to use audio class with AZRTOS, but even I select audio, I still can't find audio in middleware.
2024-08-28 07:09 AM
Hello @Zhou JianQiang,
I think there is a dependency with USBX, have you enabled that?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-28 03:02 PM
Hi @Zhou JianQiang ,
USBX Audio 1.0/2.0 class support with cubemx x-cube-azrtos packs is only availble with H7 pack in last release.
You can generate the skeleton of your prject with L4 pack, then use H7 pack to generate app files (init and descriptor files) and include them in your prject manually.
2024-09-01 08:14 PM
2024-09-01 08:16 PM
Hi @Mohamed_AYED :
Thank you for your advice.
Yes, I know the USBX Audio 1.0/2.0 class of H7 is ok.
But I still want to confirm with ST official.