cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F756BGT6 GPIO State Under/During Reset - High-Z or Input with Pull-up or something else?

JLi.10
Associate

Hi everyone,

I have a question regarding the STM32F7 family, more specifically the STM32F756BGT6: what is the GPIO state when it's held under reset, i.e. the NRST pin is held LOW? Are the GPIOs in high impedance state or input with pull-up or something else? Also I'd like to learn where this information is located in the datasheet of STM32F756BGT6 as I couldn't find it.

Thank you very much!

Jianan

2 REPLIES 2

See reference manual (RM) GPIO chapter, description of MODER and PUPDR registers.

JW

TDK
Guru

Most pins are high-z input without pullup/down except those used by SWD/JTAG.

If you feel a post has answered your question, please click "Accept as Solution".