• 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",...
  • 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",...
  • override symbol feature for fputc does not work correctly
    I want to retarget the fputc library function so that I can have it both write to a uart (when used with printf) and write to a file (when used with fwrite). The override symbol feature of the compiler...
  • override symbol feature for fputc does not work correctly
    I want to retarget the fputc library function so that I can have it both write to a uart (when used with printf) and write to a file (when used with fwrite). The override symbol feature of the compiler...
  • scanf & sscanf doesn't work
    Hi all! I have a big problem using the scanf, or sscanf function. As soon I do a call to this function in my programm, the programm does not start! Does anyone has any idea?? Is there any LIB missing...