• 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...
  • 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...
  • __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...
  • __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...
  • is any alternate for __packed?
    i am working on usb device driver.i have keil board 2300(lpc2368). & keil Uvision3.34 .now i am using gnu ARM THUMB toolchain for windows of cygnus version3.3.1. for windows. now i am using real view...