Skip to main content
Visitor II
May 29, 2013
Question

Debug (printf)

  • May 29, 2013
  • 2 replies
  • 657 views
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.
    This topic has been closed for replies.

    2 replies

    Visitor II
    January 6, 2014
    Posted on January 06, 2014 at 08:53

    Hi,

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

    Visitor II
    January 6, 2014
    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)