2021-01-25 08:05 PM
Hi ST,
I follow this video to implement my USB HID Project https://www.youtube.com/watch?v=3JGRt3BFYrM&ab_channel=STMicroelectronics
On the Win7, it work perfect, but when I use Win10 as PC Host, it cannot work
just like bellow picture
Please Help me to fix this issue :downcast_face_with_sweat:
thanks
Tony Wu
Solved! Go to Solution.
2021-01-26 01:29 AM
Hello @TWu.5 ,
I advise you to follow this article: USB device not recognized with the solution to either increase the heap size, or configure the USB library.
Hope that this brings some help.
Please mark my answer as best by clicking on the "Select as Best" button if it fully solved your issue. This will help other users find this solution more quickly.
Imen
2021-01-26 01:29 AM
Hello @TWu.5 ,
I advise you to follow this article: USB device not recognized with the solution to either increase the heap size, or configure the USB library.
Hope that this brings some help.
Please mark my answer as best by clicking on the "Select as Best" button if it fully solved your issue. This will help other users find this solution more quickly.
Imen
2021-01-26 07:37 AM
Thanks for the reply and help,
I try to close the compiler optimization level , and host can recognize the device
thanks a lot