2025-03-06 9:55 PM - last edited on 2025-03-07 12:02 AM by KDJEM.1
Hello,
I am using the STM32H573RIV6 for my project and would like to use the USB interface. However, according to the datasheet, the VDDUSB pin is not available for the VFQFPN68 package. Does this mean the USB feature is not available for the STM32H573RIV6? This is not specifically mentioned in the datasheet.
Regards,
Harsha
Solved! Go to Solution.
2025-03-07 1:50 AM
Hi :
You should refer to AN5711, Getting started with STM32H5 MCU hardware development , which said " This pin is internally tied to VDD when it is not present in some specific packages. In
consequence, the VDD supply level must be compliant with VDDUSB if the USB is used for these
packages
"
2025-03-07 12:58 AM - edited 2025-03-07 2:13 AM
Hi @HarshaK
Indeed, no matching between this package VFQFPN68 and VDDUSB
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.
2025-03-07 1:24 AM
But as per the pin definition, PA11 (Pin 47) and PA12 (pin 48) can be used as USB_DM and USB _DP, also STM32CubeMX Verified this
2025-03-07 1:50 AM
Hi :
You should refer to AN5711, Getting started with STM32H5 MCU hardware development , which said " This pin is internally tied to VDD when it is not present in some specific packages. In
consequence, the VDD supply level must be compliant with VDDUSB if the USB is used for these
packages
"
2025-03-07 1:59 AM
Thank you, this information helped lot, I am using VDD supply as 3.3V in the design, so I should be able to use the USB feature.