Hello,
The TMS320F2803x ADC module datasheet describes a feature called ONESHOT mode. First, correct me if I'm wrong, I understand this to mean that if I set, say, 3 SOCs to trigger on the same source that after one trigger only the first SOC will convert, then after the next trigger the second SOC will convert etc. No overflow occurs.
Second, I can't find a way to turn this mode on or off! The control bit doesn't seem to be in the ADC register set. Is this a feature for another processor and a mistake was made in the datasheet? It would be useful to me because I am trying to interleave a sequence of conversion in round robin mode between high priority conversions that trigger on another source. Since it is happening often, it would be nice to reduce bandwidth by interrupting after the last RR EOC instead of interrupting on every conversion for a single SOC and then manually changing the channel associated with the SOC in the ISR.
Thanks