• printf()
    hai.... I am trying to learn ARM processor.I am using the example programs an i have a MCB 2100 board.My question is that whether i can use printf() statements in the programs.
  • Printf
    How do printf with hyper terminal (COM2) my code is bad !!!
  • Printf
    When I use printf, the uP hangs. When I use SBUF it owrks fine, what can be the problem ??? Hope someone can help me. I use an Atmel 89c52. Kindest regards, Ben Goofers #include <At89x52...
  • Printf !!!
    Hi, That routine should implement couple to see or to print in the serial window, in the C09-L? Without using the timers 0 and 1... In uVision2 the linker tells me that there is an error: ERROR...
  • 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...