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.

How to turn off Debug or log info in release version?



Hi,TI expert!

I use log_info or system_printf as debugging or log tools in my SYS-BIOS project,

1: How to turn off these info in my release version and while  don't  modify my code? 

2: Can this debug info be turned on or turned off at run time?

3: Can log_info be redirected to UART 

Thanks.

  • Decai,

    For 1 and 2:  Have you seen the “Instrumentation” chapter in the SYS/BIOS User’s Guide?  Specifically, “Configuring Logging”?

    For 3: Here is a forum thread that summarizes how to send Log data to a UART: http://e2e.ti.com/support/embedded/bios/f/355/p/251569/880930.aspx#880930

    Scott