Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8603771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:24:07+00:00 2026-06-12T02:24:07+00:00

I know the basic functional differences between printf and sprintf. But, I would like

  • 0

I know the basic functional differences between printf and sprintf. But, I would like to know about some timing/delay related differences between them both. Apparently, I want to use it in one my tasks for a custom built RTOS. What do you reckon ? I would like to know more how it would affect the performance of the system. (if any). Usually, I dont use print functions because of the massive delay but, I have to mandatorily use it here.

FYI, output is displayed on the terminal window using RS232.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T02:24:08+00:00Added an answer on June 12, 2026 at 2:24 am

    The primary issue here is that printf() writes to stdout which can (and almost certainly will) block the calling thread. It’s not at all uncommon on an embedded system for stdout to be a very slow RS232 port.

    For this reason you never do this in a real-time thread as it rapidly becomes high non-real-time.

    Writing into a buffer with sprintf() is fairly cheap (providing the buffer has already been allocated). It certainly doesn’t block.

    You’ll probably find that your RTOS provides an asynchronous logging mechanism that can be called from a real-time thread without the risk of blocking. This is will be nothing more than a ring-buffer into which you write your terminal output and a lower priority thread to print it to the terminal.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I do know some basic differences but there are still some questions in my
I'm working with tick data and would like to have some basic information about
I know about the basic concept of virtual function and run-time call. But i
I'm not expert about css menus. But I know basic system to make css
i know this is basic but somehow i have been stuck here for some
I've read about it, I understand it's basic function--I'd like to know an example
Definitely, I know the basic differences between unsigned integers ( uint ) and signed
Pretty basic programming question, I know PHP have a function for it, but does
I need to know some basic information on the for command in batch scripts.
I understand the basic bind syntax for Option with functional java as Option.some(2).bind(new F<Integer,Option<Integer>>(){

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.