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.

SYS/BIOS, TMS320C28346, CCS task sample code

Other Parts Discussed in Thread: TMS320C28346

The task sample project for the TMS320C28346 writes data using Log_info0 function.  How to  I view the data in CCS V5?

  • I am assuming that the example uses LoggerBuf. If it uses LoggerSys, you would see the output on the console. If you look into the CFG script, you'll notice that one of them is referenced.
    If you want to see the content of the buffer in memory, you can use ROV. When you open a debug session, and load a program, go to Tools->ROV. After you execute the program, click on LoggerBuf in the ROV tab. There, you can go to the Records tab and see every record. The column 'text' displays the content of a LoggerBuf entry.