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.

MSP432P4111: Enabling and retrieving logging generated by SYSBIOS/TI-RTOS

Part Number: MSP432P4111


Hi, 

We are chasing a bug and we think it would be helpful if we get enable some of the logging that is build into SYS-BIOS (e.g., Log_writeX() function calls that appear in .c files in the [SIMPLELINK]\kernel\tirots\.... folder)

How do we turn this on this logging and retrieve it?  Are the following settings enough to enable logging, and then view by going to CCS Tools menu->RTOS Analyzer->PrintF and Error Logs?

So far I'm getting nothing, even though I can see execution hitting Log_writeX() calls.

Thank you