Other Parts Discussed in Thread: TMDSCNCD28379D, C2000WARE
I am working with the TMS320F28379D controller with the TMDSCNCD28379D control card. Is there a way in which I can have multiple end of conversions (EOCx) trigger the same ADC interrupt (ADCxINTx)?
I know the following is possible: I can have multiple SOCs trigger the start of the same ADC module for either the same ADC channel or different channels and then choose *one* EOC of the batch to trigger an ADC interrupt when it is complete. Then in the ISR I can read all the results of each ADC channel that was sampled.
What I would like to do is use the same ADC interrupt, such as ADCA INT1 for multiple SOCs so that at the end of each ADC conversion an interrupt is generated on ADCA INT1 and then using some flag register I can determine which result I should read.
The only way I see to do this right now is to use a different ADCx INTx for each ADC reading that I want to generate an interrupt on as soon as the conversion result is ready.
Thank you
Erik