• __Packed Keyword
    i am using keil3.34 gnu complier. below code is related real view complier typedef __packed union { WORD W; __packed struct { BYTE L; BYTE H; } WB; } WORD_BYTE; now how __packed keyword using...
  • __packed typecast
    Hello all, Previously i was using MDKARM 4.0 and now i've upgraded to the 4.7. I am writing the program for LPC17xx. In the previous version i was using unsigned long long data type for 64 bit data...
  • STM32F4 DFP HAL Drivers Compatibility with ARM Compiler 6
    Just started to migrate to the ARM compiler 6 and I noticed __weak is incompatible language extension in this version and it needs to be written __attribute__((weak)). In STM32F4 HAL Drivers and almost...
  • ABOUT DFP
    I have downloaded the DFP for SAMV71 but how to use that i dont know please help me with that.
  • LINT and the __packed keyword
    Folks Looking to see if anyone else has cured this before I spend time trying myself I collect GPS data in a unpadded structure thats then sent via GPRS to a server. typedef __packed struct...