• strtod() buggy ?
    Hi all, I encountered a problem when using the stdlib-function double strtod (const char *string, char *endp); --- char *End; float fValue = (float)strtod(String, &End); --- The conversion...
  • strtod() buggy ?
    Hi all, I encountered a problem when using the stdlib-function double strtod (const char *string, char *endp); --- char *End; float fValue = (float)strtod(String, &End); --- The conversion...
  • C51 compiler buggy behaviour?
    Hi, I am trying to read two pins from a c8051f040 controller. Reading the port directly works , but saving the same port value on a variable does not work even though the debugger shows the correct...
  • C51 compiler buggy behaviour?
    Hi, I am trying to read two pins from a c8051f040 controller. Reading the port directly works , but saving the same port value on a variable does not work even though the debugger shows the correct...
  • Accessing On chip Non volatile memory in LPC2388
    Hi, I would like to know how to store and retrieve data from Non volatile memory of LPC2388 Regards Nymisha