Thank you Gary. The debug console - here's the article in knowledge base - en-us.knowledgebase.renesas.com/.../How_do_I_Use_Printf()_with_the_Debug_Console_in_the_Synergy_Software_Package The problem is that debug console code in the article does not work and I wonder if a line is missing. in the article where it states - printf("Hello from Synergy%d\r\n, countt); where count increments through the delay portion of the blinky thread - the program does not execute in the debugger. However, if I leave off the reference to %d\r\n, count (i.e., printf("hello" ); ) the program works. Should I post this on another forum? Thank you. Rick
↧