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 ,
Is it possible to program the CLA , that it will inform the CPU once , after collecting number of samples (more than one) from ADC ?
meaning that the task in CLA will wait to collect the required number of ADC samples , and only then will issue interrupt to the CPU.
Hi Eyal
The CLA can only issue interrupts on the completion of a task. What you are looking for is something akin to a DMA. If your device doesnt have a DMA you could do this:
There is a little overhead in this method but you can have a pretty high sampling rate.