• UART FIFO
    Hi, i got a problem with the UARTn FIFO . Can someone explain me how i get the data from this register? The manual says that, if i enable the Rx trigger level for example level3 (8 character) the...
  • LPC1768 UART FIFO
    Dear all, I have been using LPC1768 UART for a while now. So far I have always set the trigger level to 1 byte and have not really used FIFO. Now I am intended to set the trigger level to 14 bytes...
  • fifo()
    Hi All,, The Data is serially coming into my controller , is processed there and then sent out serially. The data is packed between header (8 zero bytes) and tailer (8 0xff bytes). Should i detect...
  • UART FIFO size. Limited by the buffer?
    Hello, my group is using an MCB1700 board. The board contains a 16B FIFO buffer size for the uarts. When I send a string across a wifly device to the uart that is 16B or greater we run into issues. Is...
  • RTS FIFO ERROR
    hi, I am portig RTX to my arm7 processor,In the interrupt handler function i am calling isr_evt_function ,it runs the isr task for sometime and returns fifo overflow error. can anyone tell me what...