Skip to main content
IGAL TALOR
Associate II
July 27, 2021
Question

Hi, I am going to use this STM32H7 CPU at my board and I want to know what the GPIOs state during power up, configuration and reset.

  • July 27, 2021
  • 3 replies
  • 1382 views

are the GPIOs at HI-z? pulled up? or Pulled down?

this is very important to me, I don't want to enable any circuit at start up.

This topic has been closed for replies.

3 replies

TDK
Super User
July 27, 2021

Generally, they are in high impedance mode with no pullup/pulldown. Pins used for SWD/JTAG programming are the exception. The reference manual will provide this information in the GPIO registers section.

"If you feel a post has answered your question, please click ""Accept as Solution""."
IGAL TALOR
Associate II
July 29, 2021

I tried to find it at the datasheet or application note, nothing about it.

where can I find explanation about it?

Amel NASRI
Technical Moderator
August 4, 2021

Hi @IGAL TALOR​ ,

The application note STM32 GPIO configuration for hardware settings and low-power consumption (AN4899) should be useful for you.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
waclawek.jan
Super User
July 29, 2021

As TDK said:

The reference manual will provide this information in the GPIO registers section.

JW