This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Currently we are working ADC of TMS320F28075 , For testing ADC functionality i have used two different reference codes from TI.
1. ADC SOC using PWM
2. ADC SOC using force software start
we have used custom designed board to test this functionality . while testing both example codes we observed that ADC result resistors contains 0 value after every conversation.
Means no data is getting captured on ADC result resistor.
So i prepared separate example code referring software force start method and used 4 channels of ADCa.
In this example code if we force start ADC conversion after every 1 msec then we are not getting any data in result resistors, but if we force start adc conversion after 40 or 50 msec then we get values in ADC result resistor. why this is happening.
ADCCLK = SYSCLK / 4 = 120MHz/4 = 30MHz
ACQPS = 120
above configuration we have used for ADC.
Can anyone guide in this. We have to capture 10 ADC channels data in 1 msec.