Hi Champions,
My customer start the CLA task with ADC interrupt, but they don't want enter ADC ISR, wish can start the CLA task use ADC interrupt Flag or EOC, can it work? Thanks!
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.
Hi Champions,
My customer start the CLA task with ADC interrupt, but they don't want enter ADC ISR, wish can start the CLA task use ADC interrupt Flag or EOC, can it work? Thanks!
Hi Martin,
Yes, user can disable the interrupt inside PIE so that ADC ISR is not called when interrupt is generated from ADC.
Regards,
Vivek Singh
Vivek,
Thanks for your reply! So, if i disable the ADC interrupt inside PIE, can i start the CLA task by ADCINTx? Thanks!