Nucleo144 H745ZI-Q (rev C) EXTI interrupt continuously firing for user button no matter what I do unless I disable the interrupt
As an exploration into MCUs I'm doing everything as close to "deserted island" as I can and using assembly instead of the HAL and all that, but I'm having an issue. I was following in general this tutorial and just setting the registers as needed, bu...