Hi,
Is it possible to do conversions slower in ADC burst mode ?
I'm doing 1 channel conversion in SEQA burst mode. Interrupt with entire sequence is enabled.
My issue is that the interrupt callback is happening every 12us, so as soon as code leaves interrupt callback it is called again and code in main is almost blocked.
Is there any way to slow down the conversión rate ?
Thanks in advance,
Asier.
Solved! Go to Solution.
Hi asier
The ADC controller uses the system clock as a bus clock. We can only reduce ADC conversion time by reducing ADC working clock. No option to slow down burst conversion rate only.
Have a nice day
Jun Zhang
Hi asier
The ADC controller uses the system clock as a bus clock. We can only reduce ADC conversion time by reducing ADC working clock. No option to slow down burst conversion rate only.
Have a nice day
Jun Zhang