Skip to main content
UBart.1
Associate
September 7, 2020
Solved

STM32F303: Is a FTf I/O pin (PB9) set as floating input during reset?

  • September 7, 2020
  • 2 replies
  • 839 views

..

This topic has been closed for replies.
Best answer by waclawek.jan

For reset values of pins, see GPIO chapter in RM, mainly MODER and PUPDR registers.

Most pins in 'Fxx are input by default.

JW

2 replies

waclawek.jan
waclawek.janBest answer
Super User
September 7, 2020

For reset values of pins, see GPIO chapter in RM, mainly MODER and PUPDR registers.

Most pins in 'Fxx are input by default.

JW

UBart.1
UBart.1Author
Associate
September 7, 2020

Thanks Jan,

I checked it in RM and get the confirmation that's a floating input during reset.

UB