• XDATA size and _at_ keyword
    My project have a large xdata area divided into several segments: VBI data, USER data, OSD char data, OSD display data ... Since some variables were defined as absolute with _at_ directive for all...
  • documentation about __generic keyword
    Hello everybody, in the tgmath.h I've found the keyword __generic. I haven't found any documentation about it. Is there any out there? greetings Alexander
  • about NCONST
    In C251, printf ("\nStart Measurement Recording\n"); after compiling, the const "\nStart Measurement Recording\n" is located at address above 0x8000, but my mcu's data ram is less than 0x8000, what...
  • 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...
  • __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...