ADC is assigned to cpu01 and the EOC triggers adca1 interrupt in cpu01. Can I also create an adca1 interrupt in cpu02 based on the same EOC as cpu01? How do I both initialize and acknowledge/clear this interrupt in cpu02?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
ADC is assigned to cpu01 and the EOC triggers adca1 interrupt in cpu01. Can I also create an adca1 interrupt in cpu02 based on the same EOC as cpu01? How do I both initialize and acknowledge/clear this interrupt in cpu02?
Rachael,
Yes, the ADC interrupt signal is simultaneously available to the respective PIE module of both CPUs.
With the ADC assigned to CPU1:
-Tommy