2023-05-03 12:00 AM - edited 2023-11-20 06:39 AM
I'm using stm32f103 in my hardware, I didn't put pull-up resistor to USB _ D+ pin.
The device doesnot appear on PC.
Is there any way to make it work without Hardware changes?
Solved! Go to Solution.
2023-05-03 12:41 AM
>Is there any way to make it work?
yes.
add 1k5 pull-up resistor to USB _ D+ pin. - without 1k5 , no enumeration.
you edit :
>Is there any way to make it work without Hardware changes?
no.
2023-05-03 12:41 AM
>Is there any way to make it work?
yes.
add 1k5 pull-up resistor to USB _ D+ pin. - without 1k5 , no enumeration.
you edit :
>Is there any way to make it work without Hardware changes?
no.
2023-05-03 09:00 AM
Also, generally, if you call Transmit from the main loop, the USB will sooner or later hang.