Other Parts Discussed in Thread: IWR1642
Hi, TI teams,
I used the TM4C1294NCPDT MCU to process the Radar point cloud data from iwr1642 UART.
I turn off the Optimization level in CCS,
I take the breakpoint to debug my code, as below, the radar point cloud data is saved in ui8RadarPD[D_MAX_PACKAGE_LEN], (D_MAX_PACKAGE_LEN is 4k),
Then, I press F5 to run into SetPointData() function, as below, I filter the point cloud data when its doppler is less then 0,
when I press F5, the code runs into FaultISR(),
I do not know why? I have retried many times but it is the same.
Maybe it needs take some config in CCS?
Regards,
eric