cancel
Showing results for 
Search instead for 
Did you mean: 

Debug (printf)

guillaume23
Associate II
Posted on May 29, 2013 at 13:40

Hi all,

Just a little question about ST VD and STM8. Is it possible to use the ''printf'' or ''putchar'' functions in debug mode to display a message in a console or something like that ? (I mean without using USART)

I use ST VD and COSMIC compiler.

Thks.
2 REPLIES 2
andreaspiezia9
Associate III
Posted on January 06, 2014 at 08:53

Hi,

I'm looking for the same matter. Have you had any replay?

chen
Associate II
Posted on January 06, 2014 at 12:54

Hi

You are talking about a tiny embedded processor. Most embedded systems do NOT have a console.

How is the embedded processor suppose to get the console data to the PC?

(you mentioned the SerialComms - that is how some people do it)