Tool/software:
I successfully used the IWR1642 board to receive and interpret TLV data via the serial port using the out-of-box demo. By generating a binary file with CCS (Code Composer Studio) that enables the "CLI is operational" mode, I flashed it onto the board. After powering on the board, I sent commands to start the board's operation and successfully retrieved the data. I then visualized the range profile data and range Doppler map data from the received TLV data, as shown in the image below.
Now, I would like to know if it's possible to use the debug mode in CCS to monitor this serial data directly within the CCS environment. Additionally, I want to leverage the board's processing capabilities to develop signal processing algorithms using CCS. Is this feasible? If so, could you please explain the process?