Hi,
I'm using a C6678 EVM with CGtools 7.4.2 with Code Composer 5.3. My example code consists of the following simple line:
fprintf(stderr, "%d\n", 1);
When running this code via JTAG it runs with no problem, and the text "1" is output to the console. However when using Free Run (or disabling the "Enable CIO function use" option) this line will loop forever in RTS code. This does not happen when outputting to stdout.
Thanks,
-itay