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() function for debugging process

Hello!
I wanted to use printf() function for debugging my project. I read the description about it but couldn't understand it, can u guys help me use it? i know that it prints the data in the "printf() viewer" btw i am using keil c uvison 4 and 89252.

p.s - please reply soon, it is for my competition and i am stuck with the coding.

Parents
  • I meant with "stuck with the code" means my code is not working so i want to debug it with the printf() function by printing some characters for each function which makes me sure that everything is going alright. I am doing "lift control system" and i am only stuck with the "key accepting function"

    I just wanted to know how i can use THE printf(); function

    Thank you,

Reply
  • I meant with "stuck with the code" means my code is not working so i want to debug it with the printf() function by printing some characters for each function which makes me sure that everything is going alright. I am doing "lift control system" and i am only stuck with the "key accepting function"

    I just wanted to know how i can use THE printf(); function

    Thank you,

Children