• 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...
  • ARM(AT91M55800)UART interrupt + pdc, empty buffer
    Hi, I'm using AT91EB55 eval board. My interrupts rutines are based on functions which simply configure software buffers in order to store(by PDC) there data from uart. If I put this functions(send_pdc...
  • Ring buffered, interrupt driven, UART driver
    To follow up on the thread a few weeks ago about polled vs. interrupt UART operation I've written one up this week and have posted it at: http://www.embeddedfw.com Yes it's my site but you get...
  • Buffer address
    Could you tell me what the 0x03 stands for in this code. (USB_DMA_BufAdr(0x03 or point to any documentation on keil code and Buffer addresses.
  • Circular buffer
    Hello, I have the LPC2468 and looking through the examples you have provided me. I have chosen to use the usb audio code to fulfill this project I am working on, what is the best way to implement...