EXTI Interrupt Handler throwing HardFault for one MCU, but not for other MCU
I have two custom boards with one STM32F746 each. Both MCUs run identical code (in different projects with potentially different configuration).One MCU runs as expected, but the other MCU throws a HardFault as soon as MX_NVIC_Init() enables EXTI int...