2022-03-07 02: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.
2022-03-07 02:33 PM
Probably could have kept these in the same discussion:
2022-03-07 02:17 PM
16
For GPIO_Pin_[0..15] on one of GPIO[A..K]
2022-03-07 02:33 PM
Probably could have kept these in the same discussion:
2022-03-07 03:00 PM
Thank you for your answers