Resolved! How to enable GPIO inputs for INTERRUPT MODE ?
The H745 Datasheet says General-purpose input/outputs : Up to 168 I/O ports with interrupt capabilityYet, every pin I select as GPIO (ex. PORTC.13 (PIN E3)), only lists INPUT or OUPUT options, but no Interrupt mode.If I bypass the Stm32CubeIde 1.3.1'...