• Correct handling of UART overrun error
    Hello, I'm using a LPC2478. I have a little problem with handling a UART buffer overrun error only during debugging. when the program is stopped on a breakpoint several times, and the line status...
  • Uart Overrun error if S0IN > 0x7f
    I am using an LPC213x with Keil UV3 (just installed mkd3.04 update). If I try to receive any data greater than 0x7f, I immediately get an overrun error. This question was asked back in June but was...
  • ADC DMA overrun
    I have been struggling on this over the past few days and its starting to really push my buttons now. Device: sTM32F405RGTX Basically I have ADC 1 configured in regular mode Channel 10 and 11...
  • UART1
    Hi at All In LPC2364 the TX1 and RX1 pin on Uart1 are present in Port0 and Port2,is possible use both this pin for receive and transmit the data from two system? when device1 transmit/receive on Uart1...
  • Error using UART1 as a FIQ
    I have a firmware runing fine with UART1 as a normal IRQ. Recently I realize that I should use UART1 as a FIQ to be sure that the communication works fine. As an IRQ I had the this defintions...