This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

printf & scanf problem

Hi,

When I use printf and scanf at the same time then I don't get any output from the Infineon c515c microcontroller to my GUI-Terminal in my PC. But when I either leave out scanf and don't use it, or when I implement printf myself which uses 'putchar' then there is no problem.

Can anyone tell me why there is a problem in using printf and scanf at the same time?

0