Hi. I am using stm32f429 board I am trying to read an analog signal from adc with timer. The sampling time should be 2us. But no matter how much I try, I could not do it. Please at least give me an idea about how to do it.
My first goal is to reach the sampling time of 2us. I am using timer2 as interrupt to read an analog signal from AN0 and to measure the adc sampling time, I am toggling a led every time I read a value in the callback interrupt and checking the toggle...