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.

TMS320F28P650DK: CLA can not debug on-line

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: LAUNCHXL-F28P65X, CCSTUDIO

Hi, Experts

    My project is running on LAUNCHXL-F28P65X board, and plan to use CPU01 + CLA work for control function, and CPU02 work for communication function. Now CPU01.out file and CPU02.out file can burn to flash and work well, but if I add CLA Module in project, The CLA can not burn and work.

    the Ram address locate in RAMLS8_CLA and RAMLS9_CLA. and the configuration of CMD is below:

the code of CLA initialization function is below:

Only Cla1task1 is triggered by EPWM1INT. and other tasks is disable. the EPWM1 can work well. and enable EPWM1INT after EPWM initialization. 

Also the button of Type2 CLA is On in Option bar.

the Debug Option settings as below screenshot:

then, I click the Debug Button, and after Flash erase and program finished. the CCS debug GUI will display the CLA is disconnect.

And then if I click the connect target button and load the CPU01.out file, the Error will report: "CPU1_CLA1: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x90f9f: (Error -1209 @ 0x90F9F) Device does not support software breakpoints. If available, use a hardware breakpoint. (Emulation package 9.12.0.00150)"

 While if I run the CPU01 and CPU02 first and then load the CPU01.out file, the error will report again.

So, can you give me some advice about this issue.