• Write Function Call does not work properly
    Hi, I am trying to use the EEPROM sample program to write to and read from memory. When I used the simulator it works fine (DEECON = 0x00;), but when I use the emulator it does not work. The fact that...
  • #ifndef does not work properly
    Hello! I want to include the same headerfile in more than one sourcefile and of course have to take care that each Headerfile is included just once. I really have no clue, why this works for...
  • sscanf does not work properly
    I started to use the sscanf function to parse commands from serial port and found out that it does not work as it must do. Example: int i, j = 0x1234; char c = '\0'; i = sscanf("anything", "%d%c",...
  • strlen function not working properly
    Hi Guys I am facing a very strange problem related to the strlen inbuilt function in the keil C51. I wrote few functions as follows: Function 1 : void ModMasterData(uChar *,uChar *...
  • Re:Re code does not execute properly
    the following code is an IAP routine in assembly being called from a c source : The return path is not found by the assembly function. #include <REG51F.H> extern void led_wr(unsigned char x); extern...