Accessing memory-mapped device (FSMC of STM32F407) from Interrupt Handler...
I'm trying to read the Interrupt Register off a memory-mapped device (through the FSMC peripheral) inside the interrupt handler function that handles the EXTI1 IRQ, but the execution never reaches the end of the ISR once the memory read function has...