Hi there,
I'm currently working with TMS320F28054M.
I'm using 12 SOCs (+ SOC0 that I throw away as errata suggests) to sequentially sample 2 ADC channels. CPU timer 1 interrupt is a trigger for all these 12 SOCs. I have also one ADC interrupt at the end of conversion series, ADCINT1. The trigger for this interrupt is EOC12.
That's all. And it fails all the time. ADC interrupt is generated thousands of time, instead of one time per CPU timer interrupt as it should be.
However, if I change the ADCINT1 trigger to EOC2, or EOC4, or other value less than 8 it works fine and generates 1 interrupt for 1 CPU timer interrupt as intended. I can't understand what is the problem...
Thanks in advance.
