cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H573RIV6 VDDUSB

HarshaK
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

"

AN5711.png

View solution in original post

4 REPLIES 4
FBL
ST Employee

Hi @HarshaK 

Indeed, no matching between this package VFQFPN68 and VDDUSB

FBL_2-1741337721172.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.


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  

STM32H5-USB1.jpg

STM32H5-USB.jpg

  

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

"

AN5711.png

HarshaK
Associate

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.