• 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...
  • License or Patch problem on Keil Uvison 3.2
    Hi, We are not able to compile the code which we are able to compile on other system, It is giving the following error Error 6286E: Value(0x299d0) out of range (0 - 0xfff) for relocation #0(R_ARM_LDR_PC_GO...
  • 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...
  • 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.
  • How does uvison get call stack infomation?
    Hi, I don't know why my debugger always has only one row in the call stack window, and especially the caller has the "prefix" of "\?C_LIB_CODE\?CO?CCASE?3_AP000006\" . Here is my test program: ...