Tool/software: Code Composer Studio
I dont know the data structure of srr, what should I do?
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.
Tool/software: Code Composer Studio
I dont know the data structure of srr, what should I do?
Hi Xiaolong,
Since there is no guide explaining the data output structure, you will have to view the source code to understand the output. You will be interested in three files - mss_main.c, which transmits the data, mmw_messages.h and <SDK_INSTALL_DIR>/packages/ti/demo/io_interface/mmw_output.h, which together define the output.
In mss_main.c, you can see what is being sent at lines 477 - 508. UART is used to transmit the data in this order:
Regards,
Justin