2021-12-06 07:43 AM
Hello,
I try to use the USB Device of STM32F078RB as a HID FS.
I don't have external quartz, I use HSI48.
I've configured CubeIDE properly (I guess) : clock & USB_Device.
But the USB doesn't want to work, it's not recognized by the PC.
I already work with the STM32F103 and it was perfect, but not with F078.
Any idea?
Thanks for our help.
Regards,
laurent
Solved! Go to Solution.
2021-12-07 08:05 AM
Hi @Community member ,
thanks for your reply.
Not very easy to debug the enum process, but found the bug...
VDDIO2 at 1V8 instead of 3V3 -_-
It works better now^^
BR
Laurent
2021-12-06 08:35 AM
Debugging on the STM32 side, how far does it get in the enumeration process?
JW
2021-12-07 08:05 AM
Hi @Community member ,
thanks for your reply.
Not very easy to debug the enum process, but found the bug...
VDDIO2 at 1V8 instead of 3V3 -_-
It works better now^^
BR
Laurent
2021-12-07 09:13 AM
Hi Laurent,
Thanks for coming back with the solution.
Please select your post as Best so that the thread is marked as solved.
JW