cancel
Showing results for 
Search instead for 
Did you mean: 

USB-C on STM32H753

MFawzy
Associate III

Hi,

I’m implementing a self-powered USB 2.0 Full-speed device with an STM32H753XI and a USB-C connector.
Could you please confirm that the attached schematic:
  1. Uses STM-recommended resistor values for the VBUS-sense divider on PA9 to prevent MCU damage if the USB is connected while the MCU isn't powered (MCU is self-powered)
  2. Omitting the 22 Ω series resistors on USB_P/USB_N is acceptable for device-only operation.
  3. Provides complete ESD/over-voltage protection for the MCU.
  4. Contains all capacitors / resistors required for reliable enumeration and long-term robustness.
Thanks in advance for your feedback.
Best regards,
Untitled.png

MFawzy_0-1760482056636.png

 

1 REPLY 1
FBL
ST Employee

Hi @MFawzy 

Your current resistor divider (33 kΩ and 82 kΩ) scales 5 V VBUS down to approximately 1.435 V on PA9, which is within safe input voltage limits. However, checking the STM32H753XI, PA9 is already 5V tolerant. So in this case, no need to add resistor divider;

FBL_0-1760696875589.png

However, the key risk in self-powered systems is the possibility of back-powering the MCU through the input protection diodes on PA9 when the MCU VDD is unpowered.

You can refer to MB1364 to check PA9 configuration.

FBL_1-1760697002350.png

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.