Skip to main content
Associate II
August 7, 2024
Question

NUCLEO-H755ZI-Q how many gpio

  • August 7, 2024
  • 1 reply
  • 1110 views

Hi! Im looking for a microcontroller with a lot of gpio. I have looked into NUCLEO-H755ZI-Q. As I understand it shall provide me with 144 gpio but im not sure if I need some header for this to happen? I have read about ST Zio and morpho connectivity but not sure what exactly that means? How can I access all gpio? What exactly do I need or do NUCLEO-H755ZI-Q provide all these outputs out of the box?

 

Are there any microcontroller with even more gpio?

1 reply

Andrew Neil
Super User
August 7, 2024

@pero wrote:

Hi! Im looking for a microcontroller with a lot of gpio. I have looked into NUCLEO-H755ZI-Q. 


The NUCLEO-H755ZI-Q is a board - not a microcontroller.

Do you actually mean a board, or a microcontroller (ie, just the chip itself - for incorporating into your own design)?

 

EDIT (sorry - posted too soon):

 


@pero wrote:

As I understand it shall provide me with 144 gpio


It provides a total of 144 pins - they may or may not all be available for use as GPIO

 


@pero wrote:

 I have read about ST Zio and morpho connectivity but not sure what exactly that means?


They are explained in the User Manual:

AndrewNeil_0-1723040207011.png

 


@pero wrote:

How can I access all gpio?


The connector pinouts are all documented in the User Manual.

See also the schematics.

 


@pero wrote:

Are there any microcontroller with even more gpio?


Again, do you mean boards, or do you mean microcontrollers ?

 

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.
peroAuthor
Associate II
August 7, 2024

Sorry. I meant the boar

Andrew Neil
Super User
August 7, 2024

I accidentally posted to soon - see the edit for more details on the board ...

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.