Part Number: TMS320F280049C
Hi
I have encountered an ADC SOC sequence issue.
Below is my ADC configuration
(1) ADC-A SOC0,SOC1,SOC2,SOC3,SOC5,SOC6,SOC7 conversion share the same trigger source(time-base counter equal to CMPA when the timer is incrementing(Event1).
(2) ADC-A SOC4 conversion trigger source is time-base counter equal to CMPA when the timer is decrementing(Event2)
(3) CMPA value = 50% period value
(4) Timer base mode is up and down
(5) All SOC conversion triggered every two PWM cycles
(6) ALL SOC ACQPS configuration is the same
(7) Do not set any High priority
As I thought Event1 occurred first then Event2 occurred second and the SOC conversion sequence should be SOC0,SOC1,SOC2,SOC3,SOC5,SOC6,SOC7, But actually I Saw the sequence is SOC5,SOC6,SOC7,SOC0,SOC1,SOC2,SOC3, So I can't figurate out why this? Can you give some guidance about it?
I put a diagram about the ADC configuration
for your reference.