• LPC1769 USB DMA Mode
    Hi, I am currently using IN EP3 of the LPC1769 to realize Isochronous transactions to the Host. I have configured the this endpoint in the DMA mode LPC_USB->EpDMAEn = 0x80; I enable the DMA...
  • LPC1769 USB DMA Mode
    Hi, I am currently using IN EP3 of the LPC1769 to realize Isochronous transactions to the Host. I have configured the this endpoint in the DMA mode LPC_USB->EpDMAEn = 0x80; I enable the 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...
  • 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...