Tool/software:
Hi team,
I want to get some internal parameters' value so that I can understand the EDMA and HWA config better. The demo is mmwave2Chip_Cascade_30_June_2023 and mcuplus SDK 4401. Using TIDA020047. And I find the breakpoints in rangeprochwaDDMA.c can't stop the code.
You can see I set the breakpoints, but the code doesn't stop there. And it's at DebugP_log.c when I stop it. The rangeprochwaDDMA lib, xer5f and xe66 are all compiled by debug mode.
And I try to set a global variable in rangeprochwaDDMA.c and use extern to fetch it in dss_main.c. But all values are 0.
Please give me a method to solve this situation.
Regards,
Shawn