• 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
    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...
  • Confusion over USB Fifo External Memory
    I have a C8051F340. It has 4k of external ram, 256 bytes of ram and 1K of USB FIFO ram. I'm very confused on how to use the 1K of USB Ram as general purpose external ram with the Keil compiler. The...
  • UART TX FIFO
    Hello, Using an LPC2400 family with UART FIFOs enabled (RX & RX) does this mean that in entire TX FIFO (16 bytes) must be filled in order to have data placed on the bus, or does that happen every predefined...
  • FIFO using malloc
    Hi, I have to store variable length data in a FIFO. The main program puches and pops lots of data on/from that FIFO. Data is only pushed when there is space in in the FIFO-buffer. Is it a good...