• vsscanf not in stdio.h
    My stdio.h library from keil do not have a function vsscanf which normally works the same way as sscanf but uses a pointer to an argument list instead of a additional argument list. Does anybody know...
  • Compiler does not recognize functions and declarations in the header file
    Hi, This is with regards to ADuC7026. I tried to include a header file in my main program. The header file was created by me and consists of a couple of structures, functions and variable definitions...
  • Yocto on AMOS 820 hello world?
    The AMOS 820 seems to be a good fit for a system I'm developing, and installation of the linux BSP and creation of the out-of-the-box image went flawlessly. However, at this point the documentation trails...
  • IAR does not recognize tm4c123 library
    Hi: When i am going to download the code to my Texas Instruments launchpad TivaC (tm4cgh6pm), IAR shows this error. How can i fix it ?
  • __fiq not recognized
    Hello all, i attempte to execute the following code: ===================================================== #include <LPC21xx.H> void FIQ_Handler (void) __fiq; //declare FIQ ISR void initFiq...