Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hello,
I am trying to generate a single interrupt by using multiple EOC signal of multiple SOC of different ADC core.
I am using all the three ADC core of the chip (A,B and C)
I have set the sampling and conversion configurations and no problem occurs about them.
Totally, there are 9 samples and conversion.
I want to generate an interrupt after all the conversions are completed.
For each ADC core I can generate 3 EOC triggers for the same Interrupt but in that condition, I suppose I can not know whether all the conversions of each core are completed. Because all the ADC cores operates simultaneously and there may be slight differences between cores and one of EOC can be set earlier.
I imagine if I can insert three EOC signal from each core into a logic AND operator and output of the operator can be the source of interrupt. But i don't know if that works.
How can I create a solution for my demand?
Best regards,
Gökhan.