• CMSIS UART Driver, permanent receive not available?
    Hello All, in the CMSIS there is a framework for UART communication. However I have to know in advance how many characters to receive. I would have expected that UART driver write to kind of...
  • CMSIS UART Driver, permanent receive not available?
    Hello All, in the CMSIS there is a framework for UART communication. However I have to know in advance how many characters to receive. I would have expected that UART driver write to kind of...
  • I have a problem with lpc2148 uart receiver (with interrupt)for bulk of data
    Hello Sir, when I use lpc2148 UART receiver interrupt then microcontroller is receiving value but if I receive bulk of data then data is lost and overrun occurs. what should my interrupt routine for...
  • I have a problem with lpc2148 uart receiver (with interrupt)for bulk of data
    Hello Sir, when I use lpc2148 UART receiver interrupt then microcontroller is receiving value but if I receive bulk of data then data is lost and overrun occurs. what should my interrupt routine for...
  • Interrupts to receive raw data and process it
    I am using Keil in C Programming Language. How do I use an serial port interrupt to receive raw data and store it into the buffer and then, process it?