• BYTEALIGN directive
    Whether there is a possibility of cancellation of operation of the BYTEALIGN directive?
  • MAC compiler directive
    HI, I am using a ST10F269. I need to add the MAC compiler directive to generate coMUL etc instructions. I have to do this by adding the control in the C166 options page. Do I need to add the EXTMAC...
  • Feature of using the BYTEALIGN directive
    I need to use pointer on structure that may start on byte boundaries. Therefore I write: #pragma pack(1) #pragma BYTEALIGN typedef struct TLG { unsigned int a0; unsigned char a1; unsigned...
  • Using COMMON directive through the IDE
    I've got a C program written for an ST10F168 that has a number of modules whose functions execute mutually exclusively from one another (the choice is based on a harness configuration into the ECU). Only...
  • C166 preprocessor directive #message unknown
    I want to use the preprocessor directive #WARNING. But I get always an error. Example: #message "This is my own message" Compile error: error 315: unknown #directive 'message' I use the...