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:

Part Number: AWR1642BOOST


Tool/software: Code Composer Studio

How can I get the data sent by the data_port to the GUI?I want to pass the data to my MCU through the serial port and then do the corresponding processing, but I don't know how to get the data by what way. I saw that the manual can write the data through the MSS_LOGGER port. Is MSS_LOGGER the data_port port? If so, how can I get the data?

thanks.

  • Hi

    The OOB demo sends data through UART. You could modify the code to send the data through SPI or CAN.

    Please see our lab example about transferring the object data over CAN in the TI Resource Explorer

    thank you
    Cesar