This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AWR1642BOOST: By using the UART how can i logging the cluster and track data on PC

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642

Tool/software: Code Composer Studio

Hey,

Please guide me through , Here i am working with AWR1642 sensor . I want the information of cluster and track  data which helps in my project. So please tell how to get cluster and track data from UART to data files in PC. In advance thanks a lot.

  • Hi Naveen,

    mmw demo provides an option to send user data over UART which you can modify and send cluster/track data over UART.

    refer these source location (SDK 3.2) mmw demo

    dss_main.c: MmwDemo_copyResultToHSRAM() ,  change result->objOutSideInfo with new data or add a new data set.

    mss_main.c: MmwDemo_transmitProcessedOutput() , same structure here is being read from HSRAM and send over UART.

    reference based on SDK 2.1 mmw demo

    dss_main.c : MmwDemo_dssSendProcessOutputToMSS() : 

    mss_main.c: MmwDemo_mboxReadTask(),  read data from HSRAM and send over UART under 'MMWDEMO_DSS2MSS_DETOBJ_READY' case.

    Regards,

    Jitendra