Tool/software:
Hi,
I'm developing it by referring to the MRR demo project.
And I'm using the CCS v12.1 and radar toolbox 1.10.00.13, mmwave_sdk_03_06_00_00-LTS.
Real-time halt debugging is required to develop and debug algorithms,
There is a phenomenon that occurs in mss to abort when a break is applied during radiation.
On this issue, the TI proposes two options.(https://buly.kr/3NGaUPd)
The first one is to write only one frame.
The second is to break before the frame starts.
Setting the number of frames to 1 has the hassle of having to rebuild every time I debug it, so I'm trying the second way.
At which point do I have to set the break to stop before the frame starts in the MRR demo project?
It was confirmed that it is impossible within the frame start interrupted callback function in MSS.