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.

Data -> Excel Q)

Hi? I try to use the CCS 6 and TM4C123G. And there are questions. The attempt to use any sensor and TM4C123G. At this time, try to convert the value of the sensor to Excel. This is possible?

  • Hello Park,

    If you want to convert the sensor data, captured by the TM4C123G, to Excel format, you will have to use the FAT file system to create a file, on SD Card or USB flash device. This file can be created in Comma Separated Value (CSV) format, which can then be opened in Excel. The "qs_logger" example in the folder "./examples/boards/dk-tm4c123g" shows how this is done.

    Alternatively, you can transmit the data over UART (in CSV fomat) and use a terminal program like Tera Term to log this information to a file. You can open this log file using Excel. You might have to change the extension of the log file to .csv, to open in Excel.

    Thanks,
    Sai