Skip to main content
jusroc777
Associate II
March 7, 2022
Solved

How many GPIO can I configure to be external interrupts on the Nucleo-144-F767Zi using the STMCubeMX

  • March 7, 2022
  • 3 replies
  • 3183 views

Hello

I am new to STMCubeMX and am no expert at using the STM32 Nucleo boards.

However I am keen to learn.

I heard that the STMCubeMX software is a great place to start as it has a great GUI for configuring Pins on the MCU.

I recently tried this app, as an experiment, trying to set up the MCU to have as many GPIO external Interrupts as possible.

But found that I was limited to configure only a small amount of the PINS as Interrupts, and if i tried to set up any more, a conflict of GPIO_EXTl address would occur, which results in one of the PINS that has the same name automatically changing to its former designation.

Does this make any sense to anyone.

Would appreciate any help. Thanks

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
March 7, 2022

16

For GPIO_Pin_[0..15] on one of GPIO[A..K]

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
TDK
TDKBest answer
March 7, 2022
"If you feel a post has answered your question, please click ""Accept as Solution""."
jusroc777
jusroc777Author
Associate II
March 7, 2022

Thank you for your answers