STM32L4 AZRTOS can't use USB device audio class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-26 3:04 AM
Hi :
I want to use audio class with AZRTOS, but even I select audio, I still can't find audio in middleware.
- Labels:
-
STM32L4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-28 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-28 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-01 8:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-01 8: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.
