2022-01-13 01:57 AM
Hi Team
Is it necessary to add a 1.5k pull-up resistor to D+ or D- when using USB VCP at full speed mode with STM32F405 MCU?
The port of the MCU be automatically pulled up when the USB of the MCU is set?
Please let me know if there any document for recommended circuits.
Solved! Go to Solution.
2022-01-13 03:53 AM
Here are the answers to many USB related questions.
USB supporting models of STM32F4 series MCUs have internal pullup resistor.
2022-01-13 02:24 AM
> Is it necessary to add a 1.5k pull-up resistor to D+ or D- when using USB VCP at full speed mode with STM32F405 MCU?
No.
> The port of the MCU be automatically pulled up when the USB of the MCU is set?
Yes.
> Please let me know if there any document for recommended circuits.
You can perhaps get inspired by the respective Disco or Eval boards' schematics.
JW
2022-01-13 03:53 AM
Here are the answers to many USB related questions.
USB supporting models of STM32F4 series MCUs have internal pullup resistor.
2022-01-13 04:15 PM
Hi, thank for the information!
2023-08-17 07:52 AM
Hello, so does this mean there is no need to perform VBUS sensing for STM32F446 as the D+ pin already has an embedded pull up resistor? Does this mean the USB device (STM32) is constantly detecting the USB host (PC) even when it is not connected? I am a bit confused now.