• sscanf() does not work correctly
    When I use following statement in the code which runs on ARM9, it does not correctly parse the IP address. I am using standard function for sscanf(). main() { unsigned char ip[16]; sscanf("255...
  • sscanf() does not work correctly
    When I use following statement in the code which runs on ARM9, it does not correctly parse the IP address. I am using standard function for sscanf(). main() { unsigned char ip[16]; sscanf("255...
  • #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...
  • #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...
  • 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...