I'm told that I should be able to use printf() in my Synergy application and that the output will redirect to the debug console in e2 studio. How do I enable that capability? Currently whenever my application calls printf, I get an infinite loop of:
Program received signal SIGTRAP, Trace/breakpoint trap.
0x0002c81a in _swiwrite ()
I have tried including Framework Services --> all --> sf_console in my application, but that didn't seem to do anything.
What options do I have to capture the output of printf? Can I send it to a console application on the USB port, for example? Can you point me to where this is documented?