Part Number: IWR1642
Tool/software: Code Composer Studio
Hello,
I am facing a troublesome in setting the breakpoints while debugging the mmWave Demo of IWR1642.
My environments are given below.
First I flashed xwr16xx_ccsdebug.bin in C:\ti\mmwave_sdk_01_01_00_02\packages\ti\utils\ccsdebug.
And I loaded and run two images "xwr16xx_mmw_mss.xer4f" and "xwr16xx_mmw_dss.xe674" built in CCS project.
The Demo runs normally and all the radar parameters are well configured.
The problem starts here.
Even though I set some breakpoints in mss_main(), all the breakpoints are ignored. So I cannot investigate the code with a step-by-step.
I confirmed breakpoints in dss_main() are well paused.
I saw a thread(
) related to this issues in TI E2E and tried that. But the results are not encouraging.
Please let me know how to set properly breakpoints in the code of mss_main() and other parts of mmWave Demo.