Part Number: CCSTUDIO Dear TI,
I am using CCS 12.8.1.0005 since September of 2025 on W11 as editor & debugger. My main project is huge and build system runs on WSL2. Yesterday I got the message from CCS: java.NullPointException at C/C++ indexer. My…
Part Number: CCSTUDIO Tool/software: Hi,
i would like to use GIT Copilot in CCS Theia , is it possible? i found previous similar question that pointed this is something that may be available in the future... MSPM0G3505: CCS Theia vs VSCode - Arm-based…
Part Number: CCSTUDIO Hello,
I'm trying to debug two MCUs at the same time using two XDS110 on the same laptop. In CCS12, my method was:
Open two CCS instances
Start the first debug session
When this is finished, start the second debug session…
Part Number: CCSTUDIO I am having trouble generating a .bin file from my project instead of the default .out executable when building for the F280039C (C2000) MCU in Code Composer Studio V12.8.
Based on similar threads in the TI forum, I attempted to…
Part Number: CCSTUDIO-OPENOCD Hi all,
After updating to the latest CCS 21, the code folder in my project suddenly disappears. It can be restored by reopening CCS.My own source code "Code " folder is placed under the "folder" shown in the image. The…
Part Number: CCSTUDIO I am trying to debug my program for a F2800137 Launchpad on CCS version 20.4.1.4__1.10.1. But Every time I run the program, my breakpoint get grayed out and I get the message:
"AutoRun: Target not run as breakpoint could not be…
Part Number: CCSTUDIO Other Parts Discussed in Thread: TMDS64EVM I am developing in CCS Version: 12.8.1.00005, writing code to run on the TMDS64EVM.
I have working PRU C and assembly code that is acting as an Ethernet driver, running on ICSSG1 PRU0…
Part Number: CCSTUDIO Other Parts Discussed in Thread: SYSCONFIG Greetings,
I am trying to install SysConfig on my computer. It says that it did it, but CCS is unable to see it. I tried the default location, and then installed it again next to a version…
Part Number: CCSTUDIO I'm using the TMS320x28335 processor and its related toolsest.
I'm trying to save a value from the stack to a "C"-language variable. I'm using inline assembly as follows:
unsigned long RetAddr;
asm("POP @AH");
asm("{POP…
Part Number: CCSTUDIO I'm using the TMS320x28335 processor and its related toolsest.
I'm trying to save a value from the stack to a "C"-language variable. I'm using inline assembly as follows:
unsigned long RetAddr;
asm("POP @AH");
asm("{POP…