• 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 Buffer lpc1768
    Hey, I tried to debug your example with the CAN-Bus (cantest.c). (1) there are two counters CAN1RxCount and CAN2RxCount but there are never requested (2) When I debug this program I have always...
  • USART RECEIVE BUFFER INITIALIZE
    hello i am using the CMSIS USART DRIVER to communicate with a BT module, i am using a stm32f205vft6. when setting the usart interface to receive data , the buffer is always appended with data...
  • How to handle the receive buffer interrupts?
    Hello, I am using LPC3250 mcu with ARM9 core. I would like to receive interrupts when data comes to the receive buffer. I have enabled the interrupt but now I dont know how to proceed. What kind...
  • The length of struct
    Hi, I define a struct like below: typedef struct { unsigned type :6; unsigned delete :1; unsigned mask :1; }UnitType; I think the length of this struct is 1 byte, but to my surprise,...