FAQ: Configuring the VDD50USB and VDD33USB pins on STM32H7 when not using USB
- October 10, 2024
- 6 replies
- 4050 views
Introduction
There are different ways to supply the USB transceivers on STM32H7 products, depending on VDD33USB and VDD50USB availability.
1. VDD33USB pin configuration
According to STM32H7 datasheets, when USB is not used, the VDD33USB pin should be handled as follows:
- USB PHY deactivated and related USB GPIOs (DP and DM not used)
- Connect the VDD33USB pin to VDD. This will not impact your power consumption.
- Ensure that the VDD33USB supply level detector is disabled in the firmware to avoid any unintended behavior.
2. VDD50USB pin configuration
The VDD50USB pin should not be left floating when USB is not used:
- Connect the VDD50USB pin to VDD33USB. Leaving VDD50USB floating is forbidden and is not guaranteed by design.
Note:
For STM32H7RS, when USB is not used, we don't have a particular constraint. Users can connect VDD33USB to 0 V to minimize any possible leakage.
Conclusion
By following these guidelines, you can properly configure the VDD33USB and VDD50USB pins on the STM32H7, ensuring stable operation and proper power management for the USB transceivers. To learn more about how to configure power supply in USB application, refer to section 2.1.4 Independent USB transceiver power supply in AN5419.