Tool/software:
I am able to run the default DPC chain standalone test code available in C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\datapath\dpc\objectdetection\objdethwa\test\main.c with the help of command prompt through
the following steps:
-setting up the environment using 'setenv.bat'-AWR6843
-then used 'gmake -s test' to build and generate the .xer4f file.
-then used the CCS target configuration to load the .xer4f file and enter the debug mode.
My requirement is to set breakpoint and debug intermediate DPUs and other associated " .c source" used to create the design. My questions:
1.Please let me know the process or steps need to be followed to set breakpoint and run the debug process on other .c source files on CCS ,since build process was done via command prompt ,without loading any project spec and source files .
2.If you have any documents or link related to it, kindly share it.