• uVision2: Breakpoint 'Command' not working
    I want to set a breakpoint which will print a value, and then resume execution. The documentation for the 'Command' box in the 'Breakpoints' debugger dialogue says, "When you specify a Command for...
  • Cannot use printf command for 8051 why???
    Hi technical guys, When I use printf("This is test") in keil C to compile to get the hex code and burn it into 8051. It does not work even though I set the correct initilization baud rate for serial...
  • printf does not work on microcontroller
    I have a very simple but annoying problem. I use printf () in my code and either on Keil or Proteus simulations it works. However, when I load this code to my microcontroller, which is DS89C450, it...
  • Printf not working in PK51
    I am using printf statement in my projerct using PK 51 compiler for the target P89C668. But i found some trouble in it. My code is, void main(void) { SCON = 0x50; TMOD = 0x20; TH1 = 0xFD;...
  • printf doesn't work !
    I don't know why, I would like to implement a printf function in my C program for my T89C51CC01. When I run the debugger, my program stop during the execution of the printf function. The manual say...