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: Offline debugging

Part Number: IWR6843ISK
Other Parts Discussed in Thread: MMWAVEICBOOST, IWR6843

Tool/software: Code Composer Studio

Hi, 

I have recently purchased an evaluation kit (IWR6843 + MMWAVEICBOOST) for our new project. I am a system/algorithm engineer with limited knowledge on embedded systems, however I am experienced in c/c++ and using Eclipse.

when I code c/c++ programs, I usually set debug configuration and step through the code to find the bugs and make sure that the code works as I expect. I would like to practice a similar approach with CCS too. For this, I started to build the mmwave_sdk_demo (mmwave_sdk_68xx_mss) and made sure that I am able to run the project. At the moment, I would like to step through the code and get familiar with the parameters (e.g., Task_Params, SOC_Handle, SOC_Cfg, etc). At this stage, I am not interested in flashing the boards, however, I would like to step through the code like a regular c/c++ debug mode, however, I am not sure how should I proceed. In debug configuration I see the two options that I believe are relevant (C/C++ remote application and Code Composer Studio-Device debugging). I tried both of them but was not able to proceed to the stage of debugging the C/C++ code.

I would appreciate if someone could advise me how should I proceed? how do I set the debugging configuration and step through the code like a regular c/C++ code, without using the actual evaluation kit.

Many thanks