Tool/software:
In one of my signal-processing applications, I am using TMS320F28335. I am using in-built ADC and following the reference from Lab8 from the Teaching ROM. In my application, I need to sample the data at 1KHz. But in the reference lab, ADC conversion is started by PWM. But I am not able to reduce the sampling clock to 1KHz by setting the
Can anyone please help me with the best way to sample the adc at 1KHz?
Currently, I am using ADC sampling at 10KHz and using the ADC interrupt to store and scale the data. And timer interrupt is configured for 1KHz and using the ADC data at every 1 ms.