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.
Hello,
I have a problem using the 28377D microcontroller (single core configuration):
I'm using task1 of the CLA that is triggered by ADC EOC. I have also XINT1 enabled. When the XINT1 interrupt occurs my CLA task stop running forever and I cannot understand why. Any ideas?
Thank you very much,
Andrea
Hi Vivek,
I toggle a GPIO in the CLA task and also in the XINT. When the XINT happens i see that the GPIO toggled by the CLA remains fixed. Could it be possible that the XINT routine use to much time and, for some reasons, the CLA stops?
Thank you very much,
Andrea