• SCANF
    I am using lpc2919 board and using ARM REAL VIEW compiler and i face the following problems when i use scanf() statement to get values from serial. I have included the Retarget.c file as follows...
  • scanf
    Is there a way of including a timeout with a scanf statement? I am using the _getkey, getchar and putchar functions to access the serial port.
  • scanf
    I am trying to use scanf function. After testing it successfully in simulator mode, I move to monitor mode to use it to input an integer number from serial window of debugger which is as PC terminal environment...
  • Unresolved external
    I started a new project with an LPC2106 cpu. There are two files in it: blinky.c and time.c In Blinky.c I declare: extern void init_time(void); And call it in the main function. Function is written...
  • scanf error when code is > 64K
    Hallo, I face another problem: I am using Cx51 Ver 7.06 I am using Philips/89C669 I am using ROM(HUGE) (code size maybe > 64K) I use number of sscanf functions and until now everything was fine...