• Iscochronous IN transfer using DMA Mode (LPC1769)
    Hi, We have decided to use EP3 of the LPC1769 USB module to realize Isochrnous IN transfers to the host. I am currently using the LPCXpresso IDE and LPCXpresso LPC1769 dev kit. The function USB_Reset...
  • Iscochronous IN transfer using DMA Mode (LPC1769)
    Hi, We have decided to use EP3 of the LPC1769 USB module to realize Isochrnous IN transfers to the host. I am currently using the LPCXpresso IDE and LPCXpresso LPC1769 dev kit. The function USB_Reset...
  • 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...