How many GPIO interrupt latency cycles from edge to IRQ?
I know the latency of Cortex M3/M4 of interrupt is 12 cycle, I got a scenario that interrupt and DMA use same trigger edge from external. Before the DMA starts transfering, I wanna ensure that CPU will not change the data. so the IRQ must be set to make main CPU process be halted, then the dma transfering will be safe.
below picture is from (https://www.nxp.com/docs/en/application-note/AN12078.pdf) that shows the measure of edge to IRQ.

So, what about this parameter in STM32F3? How manny cycles cost before main process be suspended/halted? (or said how many cycles from edge to IRQ?)
