Resolved! Starting EXTI disabled
I've used CubeMX to enable in PA4 as in input with EXTI interrupt enabled on a STM32F373. It works well, but how to I enable the device with this interrupt disabled by default? HAL seems to enable the interrupt and then allow the 'user' code' to be...