I would like to know if there is an example project of USB composite (CDC+HID) for STM32L562.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-06 5:22 AM
I have two independent projects HID and CDC which work correctly. But when I want to merge the two projects to have on composite USB device, the HID does not work correctly, it stucks. Only the CDC works fine.
Solved! Go to Solution.
- Labels:
-
STM32L5 Series
-
USB
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-06 8:02 AM
Hello @MOsta.1​ ,
There are only independent projects within STM32CubeL5 package.
So, I suggest you to debug, localize where the code hangs, and identify what is the problem that you see and when it occurs.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-06 8:02 AM
Hello @MOsta.1​ ,
There are only independent projects within STM32CubeL5 package.
So, I suggest you to debug, localize where the code hangs, and identify what is the problem that you see and when it occurs.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-13 9:07 AM
There is a demo example here that might shed some light on the matter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-20 8:47 AM
Thanks for your answers. In fact, now it is working fine , I build the project based on the following link below: https://www.programmersought.com/article/18127793400/.
