Electrical – STM32F4 I/O Max Voltage Input

gpiopinsstm32

I'm having trouble understanding the max voltage input voltage range for an I/O pin on a stm32F11 when powering it with 3.3V.I'm want my STM32 to communicate with a 3.3V input signal and need to know if the GPIO and rx/tx UART lines are 3.3V tolerant. Looking over the absolute max specs in the data sheet it looks like they are rated to 4V? I expected to see a table that specifically listed GPIO pins, not "any other pin":
enter image description here

https://www.digikey.com/product-detail/en/stmicroelectronics/STM32F411RET6/497-14909-ND/4935722

Best Answer

The I/O pins are specifically mentioned. It's the line Input voltage on FT and TC pins

enter image description here

Check table 7 for the meaning of FT and TC, and the following table 8 to see most UART pins are 5 V tolerant I/O.

enter image description here

As brhans correctly addresses in a comment, OP and this answer show the Absolute Maximum Ratings.
Any device should be operated within its Operating Conditions, for this device being:

enter image description here

It confirms the 5V tolerant pins as written above.