Synchronizing code with ADCCLK in STM32F746
My goal is to start ADC conversions a deterministic amount of time after raising a GPIO.Since the ADC clock is slower than the instruction clock, the instruction to set SWSTART can occur in between ADC clock cycles. I currently have the ADC clock set...