Code taking way longer than expected, looks like IRQs firing but they aren't mine - how to debug?
I've got some code running on the C4 in an STM32H747IGT6, it's just waiting for the ADC to have data and then reading it: while (!LL_ADC_IsActiveFlag_EOC(ADC1)) {} __disable_irq(); start_timer = TIM5->CNT; LL_ADC_ClearF...