• UART BUFFER
    i have seen some UART code implemented using BUFFER..... I have donE simple uart program using interrupt with lpc2148........ what is the advantage of using BUFFER
  • 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...
  • Using a ring buffer to transmit
    Using a LPC2400/LPC17xx family of microcontrollers, if I use a TX ring buffer, I think there is a risk of the THRE interrupt to come so quickly that the hardware TX buffer is emptied before any task...
  • problem with large buffers in ram
    Hi, MCU: LPC2138 I am writing a code that takes data from serial port (interrupt driven) and stores it in queues. Here's an overview: ////////////// struct queue{ char *buffer; int wp; in rp;...
  • receive data in buffer uart1
    hi.. I am using LPC2387 board. By using sample code of UART1 i am trying to store data in buffer. I am sending Data using .exe Data sent by .exe is in byte. but I cant store this data in buffer...