• Code works but Mon51 dosn't
    Hi, I Have a relatively big (14K), program that I try to debug. One of the functions reads an I2C peripheral memory (bit banged) there is no interrupt related to this function or other running functions...
  • Why not printf works always....
    Why not printf works always.... When I tried with Keil Monotor Driver51 it did not work but was working in simulation mode. But now again when I try to debug sample code in simulated mode it does...
  • 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...
  • Printf Command is not working
    Hi everyone I am working on the ADuC7026. I have done some programming which is occupying 71% of the software. But when I want to use printf command so that i can verify my codes. Only printf is occupying...
  • printf() not working , peculiar situation ,
    dear friends i have a peculiar situation at hand . i am trying to dump some message to my serial port and see it through my dummy terminal . before that i tried a simple LED toggling , it worked fine...