Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi,
I try to run a CLA examples (cla_exp10_cpu01, cla_exp2_cpu01, cla_divide_cpu01) but they don't work. The code is stuck at Cla1ForceTask1andWait(); in main.c macro.
It is defined as
#define Cla1ForceTask1andWait()asm(" IACK #0x0001"); \
asm(" RPT #3 || NOP"); \
while(Cla1Regs.MIRUN.bit.INT1 == 1);
The bit INT1 in the MIRUN regsiter gets one, but it gets never cleared. Hence it gets stuck at while loop.
How can I run those examples?
Thanks.