• what is ring buffer?
    hi, can anyone please tell me about ring buffer implementation?
  • Serial port ring buffer proglem??
    I use GetChar() and PutChar() functions to read or write to serial port but when write too long streams using PutChar() it stops at "while(txn > 31)" line in PutChar().. I think the interrupt must go...
  • 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...
  • "Transmit Buffer Interrupt" in XC16x
    Hi, I am using Keil to write an ASC0 program for XC16x with the concept "Transmit Buffer Interrupt". In the link the manual is to be found (chapter 19.2.3): www.infineon.com/.../xc164_um_v1.2_2006_03_per...
  • PDC of DBGU doesn't stop transmitting then buffer is empty
    Hi I use AT91SAM7X. I have function which configures USART with PDC (115200, 1 stop, no parity, normal mode, 8-bit data) and everytging works fine. When I use it to configure DBGU it doesn't transmit...