cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U3: 3V3 tolerant GPIO at 1V8 supply ?

FERAMUZ
Associate

Hi,

 

I am using STM32U385CGU6 with 1.8V supply. My GSM peripheral using the 3.3V Uart port for a dedicated time (2sec) then turn back to 1.8V level of UART.  

Could you offer 3.3V tolerant pin? I am using PA8 to communicate with GSM module.

 

thank you & best regards,

 

feramuz karşil

 

1 ACCEPTED SOLUTION

Accepted Solutions
waclawek.jan
Super User

Look at pin/ball definitions table in Datasheet, that lists all pins together with their input/output structure.

Now look at General operating conditions table, that gives the permissible range of voltages for each type of pin. For TT_xx pins, it's generally up to its VDDIO (which except some PGx pins and USB pins is identical to VDD) supply voltage; for FT_xx pins ("five-volt tolerant"), it's up generally up to VDDIO+3.6V or 5.5V, whichever is less.

PA8 is listed as FT_h, so it should be OK if it is turned to input and 3.3V is applied to it. It won't be able to source 3.3V when VDD is 1.8V, though.

JW

View solution in original post

3 REPLIES 3
mƎALLEm
ST Employee

Hello,

From the datasheet (DS14830 - Rev 3) / Table 27. General operating conditions

mALLEm_3-1776699335371.png

mALLEm_2-1776699293959.png

That depends on what you are using as power supply.

 

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.
waclawek.jan
Super User

Look at pin/ball definitions table in Datasheet, that lists all pins together with their input/output structure.

Now look at General operating conditions table, that gives the permissible range of voltages for each type of pin. For TT_xx pins, it's generally up to its VDDIO (which except some PGx pins and USB pins is identical to VDD) supply voltage; for FT_xx pins ("five-volt tolerant"), it's up generally up to VDDIO+3.6V or 5.5V, whichever is less.

PA8 is listed as FT_h, so it should be OK if it is turned to input and 3.3V is applied to it. It won't be able to source 3.3V when VDD is 1.8V, though.

JW

Hi JW,

 

thank you for your feedback.

 

 

best regards,