• Cannot find definition of extern function, reference only
    I am transferred a source from friend for study. inside main.c, there is a function named setSensiPars called (setSensiPars(3,0)), I tried to trace its definition by right-clicked on it and choose go...
  • How to know or find all behaviors of the Keil compiler?
    Hey guys where can find anythings about Keil? for example I didn't know that when you put a 'const' data in flash memory and use a pointer to read it, the MCU read the data from Flash not RAM. well...
  • How to avoid reference to fplib functions
    Note: This was originally posted on 2nd October 2012 at http://forums.arm.com Hi, I'm building objects for armv5 with option -fpu=softvfp. All objects are combined to .a library. It seems that compiler...
  • Accessing mapped global variable by reference
    Hello, I'm using the LPC2468 micro controller. I have a struct mapped to the I2C register and in the I2C interrupt I statically access that struct, and everything works fine. I've since broken...
  • Are all functions in MicroLib non-reentrant?
    Hi, Are all functions in MicroLib non-reentrant? If some of the functions are reentrant, can we refer to the table in 4.59 Thread-safe C library functions? www.keil.com/.../armlib_chr1359122864458...