• 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...
  • 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...
  • FIFO trigger level interrupts question
    There are two interrupts pertinent to the FIFO Rx buffer (only concerned with Rx for now): one to indicate the number of trigger bytes have been Rx'd - I've set this to 1(one); the other is when there...
  • Problems w/ Slave FIFO (FX2LP)
    Hi, Can anybosy who have worked on FX2LP help me? I'm writing firmware (converted from bulkloop)of slave FIFO mode w/ FX2LP(Cameleon). I'm using AUTOOUT mode w/ EP2, so, regarding UZ_USB_TRM, i don...
  • 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...