Unknown USB Device on stm32F429ZI device
Hi,
Lot of people had this issue, nothing worked for me and I think it might be a newbie mistake.
I'm trying to communicate in USB between my PC (host) and a stm32f429ZI board (device).
The size of the heap shouldn't be an issue as it seem like the memory allocation for the header is static. But I still tried to increase it to 0x2000.
I also tried to change the PC and the stm32f429zi board. No success.
Here are the schematics for the USB pins of this board.
I measured:
VCC 5.1V
D- 0V
D+ 2.9V
ID 0V
GND 0V
I tried to activate the VBUS as well even if my power source is from the PC and that I get the 5V on VCC, no improvement
My STMcube settings and clock:

Usb device is activated and set to Communication device class
My windows driver is this one:
The MX_USB_DEVICE_Init() function runs with no problem
Any lead?
Thanks

