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.
Tool/software: TI C/C++ Compiler
1. When I compiling for CLA1 in code composer studio; I get the following error for a typedef of Uint64:
"C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_common\include\F2806x_Cla_typedefs.h", line 85: error #452: the type "long long" is nonstandard
However I avoid the error by changing it to: "typedef unsigned long Uint64"
2. After the compilation is done, and I go into debugging mode; even after connecting the CLA and loading the symbols from the *.out file I get the following error:
CLA_0: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x8761: (Error -1209 @ 0x8761) Device does not support software breakpoints. If available, use a hardware breakpoint. (Emulation package 6.0.576.0)
I don't understand why is it still referencing to CLA 0; when I haven't specified it anywhere.