• UART DMA PROBLEM ARM lpc1769
    I want to send each other packages of about 5 bytes to uart use DMA. while each packet sent 1 I receive confirmation from the uart data using DMA.I change library lpc17xx.cmsis.driver.library \ uart_dma...
  • UART DMA PROBLEM ARM lpc1769
    I want to send each other packages of about 5 bytes to uart use DMA. while each packet sent 1 I receive confirmation from the uart data using DMA.I change library lpc17xx.cmsis.driver.library \ uart_dma...
  • LPC1769 UART selective DMA operation(between RX and TX)
    Hello All, This is not a KEIL related question. I decided to cross post here(and lpcware) as I get good responses here. I wish to use GPDMA for asynchronous UART communication from a ring-buffer...
  • LPC1769 UART selective DMA operation(between RX and TX)
    Hello All, This is not a KEIL related question. I decided to cross post here(and lpcware) as I get good responses here. I wish to use GPDMA for asynchronous UART communication from a ring-buffer...
  • Possible bug / missing feature in CMSIS UART Driver for LPC1769
    I have made some changes to the RTE_Device.h that are necessary for my UART transmission to work properly. Unfortunately I cannot set this via the API in Driver_USART.h. Will these changes be overwritten...