Tool/software: Code Composer Studio
Why can't we set a breakpoint in SDK?
How can we set up the tool to use it?
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.
Tool/software: Code Composer Studio
Why can't we set a breakpoint in SDK?
How can we set up the tool to use it?
Hi Jason,
I see no issue setting the break-point in my setup. Did you follow "CCS Development mode" section 3.2.2 @C:\ti\mmwave_sdk_03_03_00_03\docs\mmwave_sdk_user_guide.pdf
Thanks
Yogesh
yes, i follow CCS Development mode" section 3.2.2.
I can set break-point on any file that is not a sdk. For example mss_main.c
But I can't set the break-point in the sdk file. For example dpm_core.c
It's weird, But I can single-step.
Please see the figure below
Does ccs need to set where the sdk source files are stored?
Hi Jason,
Are you opening the "dpm_core.c" from SDK?
Try this, close the dpm_core.c. Set a break-point @DPM_init symbol
Let the program halt @DPM_init. If it cannot find dpm_core.c open the same from SDK version used in the out-file and see if you are able to set the break-point. Also make sure global break-points are enabled.
Thanks
Yogesh
Hi Yogesh,
Can you tell me how did you open the file that needs to be interrupted?
Thanks!
Ping