2019-04-04 03:57 PM
Hi guys,
does anyone draw a circuit to get the stm32F4 MCU with USB connector working properly .
Thanks
2019-04-04 06:11 PM
Inside reference manual there is a minimum "schematic" for OTG USB FS in Host mode.
F4 series has an internal FS PHY.
I tried it and it works properly.
Although EMI filters and ESD protection, both are recommended.
Most cheap Chinese F407VG boards use this minimal configuration.
2019-04-05 10:13 AM
Hi Vangelis,
thank you !
But, i am not understanding why my code is not working ...
I am using this board :
https://www.amazon.com/Diymore-STM32F407VGT6-Cortex-M4-Discovery-Development/dp/B01M7YB5HF
its schematics:
http://dubstylee.net/v/wp-content/uploads/2017/08/DIY-More-STM32F407VGT6.png
I am beeing able to flash the code using stlink and usb (dfu), but when i connect the board to the pc it does not show the HID device.
What could be causing the problem ?