Is a delay required between a write to EXTI_PR and a WFI or WFE instruction?
I am writing code for a system where a STM32F1 communicates with the 8-bit data bus of another CPU (a 65C816). The STM32's GPIO pins are presented to this CPU as memory-mapped registers via a set of latches and bus transceivers. When the CPU attempts...