Skip to main content
Visitor II
March 7, 2025
Solved

STM32H573RIV6 VDDUSB

  • March 7, 2025
  • 2 replies
  • 612 views

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

    This topic has been closed for replies.
    Best answer by Zhou JianQiang

    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

    2 replies

    Technical Moderator
    March 7, 2025

    Hi @HarshaK 

    Indeed, no matching between this package VFQFPN68 and VDDUSB

    FBL_2-1741337721172.png

     

    HarshaKAuthor
    Visitor II
    March 7, 2025

    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

    Explorer
    March 7, 2025

    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

    HarshaKAuthor
    Visitor II
    March 7, 2025

    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.