cancel
Showing results for 
Search instead for 
Did you mean: 

GPIO Output speed range STM32H7

Gabriel T
Senior

Hi,

I am working with STM32H743ZI

I was configuring GPIO output pins and I have to define "speed" which I assume is related to opamp slew rate. But I have a problem with the units, I can choose between "Very high", "High", "Medium", "Low". After reading the GPIO section of the reference manual I still don't know what these terms are referring to. Perhaps "Very High" = sysclk/2 and "High" = sysclk/4 etc.

Regards,

Gabriel

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

It refers to drive strength. The achievable frequency will depend on the capacitance of the circuit and your drive voltage (and some other things).

See tables 160 and 161 (Output timing characteristics) in the datasheet for details on this:

https://www.st.com/resource/en/datasheet/stm32h743bi.pdf

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

View solution in original post

2 REPLIES 2
TDK
Guru

It refers to drive strength. The achievable frequency will depend on the capacitance of the circuit and your drive voltage (and some other things).

See tables 160 and 161 (Output timing characteristics) in the datasheet for details on this:

https://www.st.com/resource/en/datasheet/stm32h743bi.pdf

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

Hi Gabriel,

You can also find relevant details on the STM32 GPIO configuration for hardware setting sand low-power consumption Application Note provided by ST.

Best Regards,

Ons.