Tool/software: Code Composer Studio
I am working with CCS8 and have tried the code on a F28379D cCard as well as my own board with a F28377D. I have been struggling for a while to get any CLA code working on my F2837xD device. I have tried several example projects (cla_sqrt, cla_crc8table1), and I have not been able to get the MIRUN bit to clear, so the code will not execute past a line of code such as Cla1ForceTask1andWait().
I have done a good bit of searching on these forums and have not been able to come up with a solution. I have verified that the MIER bit for the targeted task is set, MIRUN for the task goes high, the interrupt executes the PIEACK, but MIRUN does not go low and the CLA task will not get called again.
Any thoughts?
Thanks for the help.