Reducing interrupt latency on STM32U575
I'm trying to implement a serial bit-stream input (PCM-style) on an STM32U575. I have set up an EXTI channel to capture the incoming clock signal and then I'm using the following code in the ISR to capture the data bits:__attribute__ ((section(".RamF...