• Problem with printf()
    Hi, when I use printf("12345"); on the serial window #1 , I can only see 1234 so I wonder (1) where is the character '5', (2) why only "1234" is printed. (3) Has '5' already been sent...
  • printf retatgeting problem
    I have defined & declared the functions 'sendchar' and 'getkey' as stated in the keil Help documents. but in retarget.c, the following lines are never compiled. I have included stdio header file...
  • problem with printf() and ADC
    Hi, I mentioned last week (in "problem with putchar()" thread) that I found my code acting strange when a variable called counter1 keeps incrementing while printing values to the serial port during...
  • printf
    Hi, I am trying to run my first C program on Keil...it works perfectly until I insert a printf statement...am i missing something? #include <reg52.h> #include <stdio.h> void main(void) { unsigned...
  • problem with printf()
    Hello, I want to ask a little bit help. I want to use the printf instruction with the Noice debugger. I can printf char or float fine but when I try to printf int or long I get a totally different...