I am using CLA for my application and it is triggered by ADCINT1 and running at 10kHz but at same time, I want use adc interrupt in CPU also.
can i trigger CPU interrupt and CLA task from same source.
I having doubt in interrupt priority because CLA task ( interrupt group 11) has lower priority compare to adc interrupt in cpu (interrupt group 1).both work parallel or interrupt priority will come into the picture.
Is it possible CLA and CPU will not interfere each other task during normal running condition even trigger by same source??