Part Number: MSPM0G3507
Hi,
I am new to CCS topics, therefore I decided to ask here for support.
I need to debug multiple (.out) files using a single Debug Configuration inside Code Composer Studio (v12.4.0).
Previously on my projects I used IAR Debugger…
Part Number: AM62A7
I use 8.6 SDK default config.Why are there not DTB config into u-boot-spl?
How can I set config files.
Dont it config DTB to tiboot3.bin?
Now I have problem in uart print log.So I should be assisted by CCS and JTAG.
But there are…
Currently I found no way for task aware debugging in CCS with the XDS110. For this kind of debugging it would help if the stack of all tasks is unwinded and displayed, so one can see the current code location of all tasks not only the current one scheduled…
Part Number: TMS320F280039C Dear expert,
We are considering implementing a custom extension for model-based C code, something like .gc (C generated code). We wonder if we can achieve same interface in CCS as we would have for C files.
I already saw we…
Part Number: MSP430F2013 Hi, My customer reported an error to launch CCS debug session. The message says MSP430F2013.ccxml file is missing, but the file does exist there in fact. (I asked the customer if Japanese characters were included in the file path…
Hi Gary,
There is a "Diassembly" window and you can do the step by step debugging in that window as well. Like as i showed below
If you click on that assembly step into then the assembly code will get execute instruction by instruction.
-- …
Part Number: IWR1443 Hi,
My customer tried same code on same board with two methods. One is to download the code from CCS and run. The other is to burn the code on flash and let the board boots from flash and run.
Customer found the CCS debug method will…
Other Parts Discussed in Thread: MSPM0G3507 Weird issue with Theia.
I have a program that has a function called by main.
If that function is commented out, everything is fine:
When that function is NOT commented, Theia does not show that I am holding at…
Hi Kristien
Kristien Everett said: mmWave L-SDK release , 5.3.0.2, when you do run the Motion and Presence Detection Demo. Let me know if that error still occurs after running it in the CCS debugger
Tried this still the same error is coming. One additional…
Part Number: CC2652R7 Hello,
I want to setup up debugging functionalities as mentioned in link - Debugging Common Heap Issues .
The link defines adding HEAPMGR_METRICS to preprocessor symbols so is it talking about adding HEAPMGR_METRICS to predefined symbol…