• stdio.h does not recognize FILE *fpointer
    I am using IAR embedded workbench software for ARM CORTEX M3 controller. I have already included stdio.h library and it have fopen function like this but when i am declaring my file pointer like this...
  • DECLARING VARIABLES (arrays) IN HEADER FILES
    Hi, There is a Q&A in keil database named "GENERAL: DECLARING VARIABLES IN HEADER FILES" It shows how to declare single variables & initialize them in a header file. When I use the same method...
  • 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 ?
  • USB not recognized
    I tried to plug mcb 2140 on windows xp and it seems windows is not recognizing it anymore, i really donÂ't know whay... If anybody had that problem and know how to fiz, please help me ut here. Thanks...
  • __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...