ALL ABOUT TECHNOLOGY,andthinker embedded tutorials and IOT tutorials ,interview questions
Search This Blog
Can we use printf inside ISR?
Can we use printf inside ISR?
Generally, we don't want to use printf, since it's not valid for reentrant, also ISR is supposed to be short, but printf takes too much time.
Comments