• error unknown identifier syncdelay
    Even after including the header file for the syncdelay,i,e "fx2sdly.h" iam getting an error c202 unknown identifier syncdelay. what is the mistake . iam developing a fx2 firm ware. i went through the...
  • unknown warning
    u8 Key; u8 VarItem; switch (Key) { case Kb_0 : ... case Kb_1 : ... case Kb_2 : ... case Kb_3 : ... case Kb_4 : ... case Kb_5 : ... case Kb_6 : ... case Kb_7 : ... case Kb_8 : ... case Kb_9...
  • WARNING: UNDEFINED IDENTIFIER
    I am working on a program based on LPC2148. Included header file #include <LPC214X.H>. But identifiers such as PINSEL0, IODDIR0, IOSET0, IOCLR0 are showing as undefined identifier. May i know why it...
  • #if & #error giving C322 Error - enum not defined?
    Hi Here is the code I have problems with I an just starting to use this C compiler Have used many others, mainly closer to C99 #define Num_LANGUAGEs 6 enum _LANGUAGE { eUSING_LAN_START =...
  • TARMS.dll unknown
    Im using S3C44B0X and ported in keil, I've try to run the given example from keil which is the ..\Keil\ARM\Boards\Samsung\S3C44001\Hello with a H-JTAG debugger. but unfortunately it didn't work successfully...