Part Number: CCSTUDIO-C2000
Tool/software: Code Composer Studio
I am using SysStd in my .cfg but the only way I can see System_printf output in my Console is to do a System_flush() after every System_printf.
What else do I need to do so that I do not need to use System_flush()'s?
I tried to use the guidance here: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/2_16_01_14/exports/tirtos_full_2_16_01_14/docs/Users_Guide.pdf
