Debug (printf)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-29 4:40 AM
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 discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-05 11:53 PM
Posted on January 06, 2014 at 08:53
Hi,
I'm looking for the same matter. Have you had any replay?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-06 3:54 AM
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)