• #pragma to configure option
    Please, Is there #pragma to configure option bytes for STM32L011F4, if not, how to add option bytes configuration to compilation. Thanks.
  • #pragma pack
    Does the realview arm compiler support the following syntax: #pragma pack(push, 1) and #pragma pack(pop) or do I need to separate it into #pragma push #pragma pack(1) and #pragma pop...
  • #pragma SRC
    Hello, I have a problem with #pragma SRC directive. First, when I write it at the begining of my C file the compiler (CARM) writes: MAIN.C(1): warning C2: 'SRC': unknown #pragma/control, line...
  • #pragma bytealign
    I have defined a #pragma bytealign in my code after a #pragma pack(1), in order to use structure pointers then I have defined a #pragma pack() to cancel the effect of the first pack(1) after the definition...
  • #pragma iv
    Hello: I have a project where I use #pragma iv(0x600), with Silabs processor 8051F385. This processor indicates that interrupt 8 at 0x43 is "special" and when generating HEX file, the address is...