Skip to main content
Visitor II
May 9, 2020
Question

STM32F767 - VDDA, VDDS, Vusb Pins

  • May 9, 2020
  • 1 reply
  • 645 views

Hello

I am drawing my own PCB layout including STM32F767. However, I do not need ADC, DAC or USB. Can I leave VDDA/VSSA and Vubs pins floating or do I still have to wire them for the proper operation of MCU?

    This topic has been closed for replies.

    1 reply

    Super User
    May 9, 2020

    > Can I leave VDDA/VSSA and Vubs pins floating

    No.

    > do I still have to wire them for the proper operation of MCU?

    Yes.

    VDDA/VSSA does not power only ADC and DAC, but also e.g. the oscillators block. I'm not going to look up what VUSB does in your particular STM32 model, but it's likely the related GPIOs are powered by it.

    JW