cancel
Showing results for 
Search instead for 
Did you mean: 

How much current can a GPIO port of stm32n6 can source and sink?

GBA
Visitor

I am working with an STM32N6 microcontroller and need clarification about the electrical characteristics of its GPIO pins. How much current a GPIO can source and sink. Is it in micro Amps or mili Amps.

3 REPLIES 3
mƎALLEm
ST Employee

Hello @GBA and welcome to the community,

STM32N6 GPIO pin can source or sink up to ±20 mA.

From the datasheet page 172:

mALLEm_1-1758644503053.png

 

 

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.
TDK
Super User

20 mA source or sink. See the datasheet for details.

TDK_0-1758644620792.png

 

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

As the others have said, this is stated in the datasheet.

Note that there is also a limit on the sum total of all GPIOs ...

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.