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.

CCS/IWR6843ISK: Debugging and connect/autorun

Part Number: IWR6843ISK

Tool/software: Code Composer Studio

Hi TI,

I'm just developing in CCS using your PPL count demo. I've managed to setup target configuration to be able to auto connect after launch and load of MSS and DSS as well. Unfortunately, I have to start it by hand. Is there any way how to do it automatically (grouping cores does not work, as DDS executes at the same time as MSS)?

As well, when I terminate the target session and want to launch it again, it usually ends up with exception (in DSS or MSS). It usually happens when the sensor was started in previous session. The only thing that helps is physical reset of the board. Is there any proper way how to do the relaunch of the target configuration when debugging?

Thank you, Lukas

  • Hi Lukas,

    CCS can be scripted, using Javascript.  Please see this document.  You will need to create a script that calls the commands you are manually entering with the GUI.

    CCS can reset cores after they are connected.  There is a reset button (grayed out because I do not have a device connected):

    Regards,

    Justin