• 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...
  • Cannot execute sourcesafe commands
    Is there a solution to the issue with SVCS running Sourcesafe commands? e.g. I always get: --- Error: can't execute '"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\Ss.exe" CP $/"xxxx" -I...
  • why printf in embedded C?
    i am using keil uvision 2. plss tell me why we use printf in embedded c? if its 4 debugging,HOW? if its 4 serial commn/transmit characters to serial port,HOW? plsssssssssssssss some1 help..........
  • 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...
  • some port commands are not executed, why?
    Hi, using C inside the Keil 7.0 Tools i have a strange behaviour. some defines / includes ... #include "mycpu.h" .. #define LCD_Port P2 #define RS P2_1 #define LOW = 0; ... void function1...