Hi
I'm using a M5229DEMOKit with a Developpment Studio CodeWarrior.
I would like to redirect the printf output to the usb port used for debugger (OSBDM), but I have no idea to do this. Is this possible? I think is possible, because when I create a Coldfire proyect without using MQX, is disposable a target called CONSOLE_INTERNAL_RAM, which redirect my printf outuput to an internal console in my coldfire. But this target is not disposable when I create a MQX project.
Do you have any suggestion?
Thanks you in advance.