2021-07-06 05: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.
2021-07-06 08: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
2021-07-06 08: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
2021-08-13 09:07 AM
There is a demo example here that might shed some light on the matter.
2021-08-20 08: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/.