Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi everybody, sorry for my english. I'm newbie to develop STM32 and about uP. I'have see a strange behavior if i build the same code with online and offline tools. I'have build the Hello World app to print the message in my pc this is the code: **
while(1) { pc.printf("I am a virtual serial port\n"); wait(4); } } ** The same code compiled online work weel and print he message every 4 secs. If I compile this code offline the output message doesn't appears, the message appears only one time and than it's blocked!!!! Thank for reply. Rico.