Part Number: TM4C123GH6PM
Tool/software: Code Composer Studio
Hi,
I'm working on a project using the TM4C123GXL launchpad board and its in-circuit-debugger, using CCS 7.3 and TI-RTOS.
I've found the System_printf() function to be very convenient for debugging, though I've found that calling system_flush() disables interrupts for a long while (about 70 ms).
Is there a way to use the system_printf facility without disabling interrupts?
(System_printf is like magic to me, I have no clue how it is communicating with the debugger).
If there's no way to use it without disabling interrupts, I'll switch to using a UART to output diagnostic data.
Thanks,
Nathan