I have an application that prints to the console just fine. I'm using printstr and including print.h.
Another application in the same workspace using the same code will not print to the console.
Any ideas how to fix this?
xtimecomposer: print to console not working Topic is solved
-
- Experienced Member
- Posts: 94
- Joined: Sun Feb 10, 2013 4:47 am
-
- XCore Expert
- Posts: 754
- Joined: Thu Dec 10, 2009 6:56 pm
Make sure that the JTAG I/O Server is enabled: Run -> Run Configurations"Run JTAG I/O server" should be selected under I/O options
-
- XCore Addict
- Posts: 158
- Joined: Thu Mar 20, 2014 8:04 am
By any chance do you have any "config.xscope" file in the other project?
If it has, ensure the following in order to print console messages without using xscope:
<xSCOPEconfig ioMode="none" enabled="false">
If it has, ensure the following in order to print console messages without using xscope:
<xSCOPEconfig ioMode="none" enabled="false">