Well, Yes, I can print like that... within mbed online. to all 4 serial ports...
but when you drag it offline into keil uV5 printf is redirected to the STDIN & STDOUT
this is what I am trying to redirect back to the serial port.
otherwise any printf goes directly to hardfault.
I have all but drifted away from mbed now due to this exact problem.
Actually I cannot find any offline IDE that works with mbed.
I guess you can get eclipse running, but I cant do it with the support being limited.
This is probably due to the Volunteer aspect,
We appreciate the support we get but I guess no one is being paid to do any support.
It hard for the beginners because we ask stupid questions. and then ignored.
As you can see here, this question posted over a week ago and no support.
Hi,
online my code works well, dragging it offline into Keil uV5, it compiles :)
but immediately it goes into hard-fault. I stepped through, it is the printf call causing the fault.
Can someone please help me get past this issue ?