Hi Vincent, The compiler automatically "defines" __TMS320C28XX_CLA__ when compiling the project for the CLA and automatically removes the define when compiling the project for the CPU. So, the grayed-out part in your screenshot is used for the CLA types and the #else in the screenshot is used for the CPU types. The CCS highlights aren't really relevant here since the same project gets compiled for both cores to produce one .out and the define is different when it compiles for each core. See the image below for the process: [quote userid="573787" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1445750/launchxl-f28379d-cla-with-sysconfig/5571236#5571236"] I can not see the CLA core in the window "Device Cores". Is that normal ? [/quote] It should show all four cores when the target configuration is launched (like below). Which version of CCS are you using? Best Regards, Delaney
↧