Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Tool/software: Code Composer Studio
Hi everyone.
I am trying to run a sample C:\ti\controlSUITE\device_support\F2837xD\v210\F2837xD_examples_Cpu1\cla_atan.
But it doesn't work as below.
1.Free-run.
2.When CPU1 is suspended, it stops at L294 of cla_atan_cpu01.c.
3.When I connect to CPU1_CLA1, it stops at L90 in atan.cla.
4.When stepping CPU1_CLA1, the PC advances, but the value of the variable (eg "num") is not updated.
5.When step execution is performed to the end of Cla1Task1(), the PC goes over this function to the location of Cla1Task2() (does not stop with MSTOP).
6.Even if the CPU1_CLA1 is Resumed, the PC advances by one instruction and stops immediately.
My environment is below.
CCS:10.0.0.00010
Tool-chain:TI v20.2.1.LTS
Please help me.
Regards,
M.Hamada