Hello, ADC conversion time measurement
I'm using STM32f401re nucleo board and Truestudio IDE. I am only concentrating on ADC peripheral. I want to measure the number of clock cycles consumed for single ADC conversion. I am willing to measure conversion time for 6, 8, 10, 12 bit resolution ADC. Can somebody suggest how can do this? I tried to use ADC in interrupt mode and timer. Then I used HAL_ADC_ConvCpltCallback function to store the counter value but this did not work for me.