• ARMCC: Bitwise Vs half word access
    I was under the impression that the compiler would generate same code for read and write operation on the members of the following structure: typedef struct S32data_t { uint32_t a:16; uint32_t b:16;...
  • ARMCC: Bitwise Vs half word access
    I was under the impression that the compiler would generate same code for read and write operation on the members of the following structure: typedef struct S32data_t { uint32_t a:16; uint32_t b:16;...
  • receive data in buffer uart1
    hi.. I am using LPC2387 board. By using sample code of UART1 i am trying to store data in buffer. I am sending Data using .exe Data sent by .exe is in byte. but I cant store this data in buffer...
  • receive data in buffer uart1
    hi.. I am using LPC2387 board. By using sample code of UART1 i am trying to store data in buffer. I am sending Data using .exe Data sent by .exe is in byte. but I cant store this data in buffer...
  • LPC2000 IAP, programed data in flash are not consistent with data in RAM buffer.
    Hi, Folks, Hopefully, someone can shed some light to this. Thanks. I am using the LPC2000 IAP functions to put user data in to flash, but I got a weird problem. My target MCU is a LPC2214 and...