• __inline keyword
    Hi, Is the __inline keyword supported in C166 V4.27 ? If so can anybody point me in the direction of any documentation ? My code complies with this keyword in but,on looking at the generated code...
  • EC++ and priority keyword incompatibility
    Hello, Is it normal that EC++ won't compile properly if a variable is called "priority" or "_priority"? Example: unsigned int priority = 1; unsigned int _priority = 1; Won't compile. I...
  • _at_ keyword
    Hello, We are using _at_ keyword to locate a variable at particular address. We declared the variable as per the description given in Help for the _at_ keyword. The declaration of variable we done...
  • Volatile keyword
    IU have a variable which can be chyanged outside the interrupt but inside the ISR it is only read. Its value don't change in it. Should it be volatile.
  • ARM Keywords
    Note: This was originally posted on 9th July 2013 at http://forums.arm.com Hi, I am new to the ARM world. In one of the sample program that , i found some architectural conditions as below.. #if (defined...