Tool/software: Code Composer Studio
Hello,
I want to check variables by CCS.
All variables could be checked in 'objectdetection.c'.
But any variables couldn't be checked in function of 'objectdetection.c'.
For example, I would like to check variables in 'DPU_AoAProcDSP_process' of 'objectdetection.c'.
I think this function is declared in 'ti/datapath/dpc/dpu/aoaproc/src/aoaprocdsp.c'
But break point doesn't work in this code.
Furthermore, step-in function doesn't work at 'DPU_AoAProcDSP_process' in 'objectdetection.c'.
Could you let me know how to check variables in 'DPU_AoAProcDSP_process' by CCS?
Set-up are shown below.
[radar]
IWR6843ISK
[SDK]
mmwave_sdk_03_03_00_03
[Demo]
'...\ti\mmwave_industrial_toolbox_4_2_1\labs\out_of_box_demo\68xx_mmwave_sdk_dsp'
[CCS]
8.3.1.00004
Regards,
Kazuki