cancel
Showing results for 
Search instead for 
Did you mean: 

5V Tolerant (FT) Input Pin with Internal Pull-down Resistor on STM32H753ZI

aditya3
Associate

Hi,

I am using a STM32H753Zl MCU and have configured an FT pin (PCO) for 5V digital inputs. However, since the pin is floating I have enabled the internal pull-down resister via CubelDE. While testing it worked fine, but is there any
damage this could cause to the board in the long run?

Thanks

3 REPLIES 3
Peter BENSCH
ST Employee

If you look at the data sheet, you will find two statements:

Section 7.2, table 118:

  • VIN, Input voltage on FT_xxx pins = max Min(VDD, VDDA, VDD33USB, VBAT) +4.0V
  • Footnote (4): To sustain a voltage higher than 4V the internal pull-up/pull-down resistors must be disabled.

This means that the pull-down can withstand 5V when VDD is applied - the emphasis here is on ‘applied’. If VDD is switched off and therefore 0V, you exceed the above condition by 1V.

Hope that helps?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Yes thank you. Just to confirm, that means that if VDD is applied then there is no issue with using an internal pull-down resistor and the pin can withstand 5V?

Peter BENSCH
ST Employee

Correct.

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.