Tool/software: Code Composer Studio
Hi,
I've continued and have the following situation :
EPwm triggers Adca SOC's -> Work fine
Adca End Of Conversion triggers INT1 and AdcaIsr1 -> Works fine
Adca End Of Conversion triggers INT2 and CLA1 Task 1 -> Works fine also
But I've to declare interrupt AdcaIsr2 which is also triggered by INT2 (both AdcaIsr and CLA are triggered)
If I remove interrupt AdcaIsr2, the program doesn't work.
Is there a possibility to trigger only CLA1 Task with INT2 ?
(In the example cla_ex2_adc_fir32.c, it sounds that there is no Adc interrupt routine declared ?)
I hope my explanations are clear, feel free to ask me for any details
Best regards
francois