Hi Ti Experts,
I am interested in reading the radar cube data through UART.
Reading from a [FAQ] IWRL6432: Exporting the radar cube over UART, I have modified the motion_and_presence_detection_demo according to the link using CCS. Modified files are motion_detect.h and motion_detect.c.
After modifications, I built the project and flashed the app image onto the board and used the example configuration file that was attached in the link.
I am now trying to interpret the data in real-time, utilizing the industial_Visualizer. According to the TLV formats and types, I am supposed to receive 98544 bytes. However, while looking at the received frame data, I only receive 25321 bytes of data in a frame.
Radar cube size alone would be
Radar cube size = (256-point real-only FFT = 128 range bins) * (6 virtual antennas enabled) * (32 doppler chirps) * (4 bytes/sample) = 98304 bytes.
which is far less than what I receive.
I also tried the debugger mode in CCS, but it is always stuck at HwiP_memFault_handler.
I would like to utilize the radar cube data output and process it in real-time, could you please help me building/interpreting the example described in the link? Any help would be very much appreciated.
Sincerely,