No USB enumeration anymore
Hi all,
I build a prototype board based on STM32G431KBT6 which need Virtual COM port and DFU firmware upload. In previous version of the prototype everything worked fine.
Windows detected the board, I was able to send/receive commands over VCP and also with the boot pin I got it in DFU mode.
The new prototype should be 100% the same, but after sending some commands, the com port disappears and never comes back.
Also on other WIndows machines it is not found anymore.
As if I damaged the USB PHY or something.
So I got back at my lab, soldered a new chip, enumeration worked again, got to my client, send some commands, same dead board.
Led blink is running, but it doesn't detect the USB anymore.
I'm wondering if I'm wiring it wrong.
Should I pull-up USB_DP ?
Are the USB_DP en DM pins on the microcontroller 5v tolerant?
I also noticed IDE wanted to migrated my project to a newer version.
- So new chip works at the lab and is usb deaf after a couple of commands over vcp
- Full erase of the chip before programming didn't help
I got the USB_DETECT pin from an example on the web, but I think I'm not doing anything with it at the moment.
