How many GPIO can I configure to be external interrupts on the Nucleo-144-F767Zi
using the STMCubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-07 2:04 PM
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
Solved! Go to Solution.
- Labels:
-
GPIO-EXTI
-
Interrupt
-
STM32CubeMX
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-07 2:33 PM
Probably could have kept these in the same discussion:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-07 2:17 PM
16
For GPIO_Pin_[0..15] on one of GPIO[A..K]
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-07 2:33 PM
Probably could have kept these in the same discussion:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-07 3:00 PM
Thank you for your answers
