STM32H7 ADC Triggered by timer at high frequency.
Hello everyone.
I am having trouble reaching the desired conversion frequency when attempting to have the ADC convert samples at a frequency of 384kHz( T ~ 2.6us ). The issue I've come across is that on each timer update signal, the ADC first has a wind up period of 2us, after which it then uses up the expected amount of time(an additional 200ns, or 800ns for example if 4x oversampling) to actually convert the sample. The time measured was from the timer update interrupt to receiving the sample. Is there something simple I'm missing?
