• UART + DMA: how to ?
    From the specification exert below, I understand, that setting FIFO enable to 1, enables also the DMA Mode. Does it mean the DMA Mode operates "automatically"? I cannot see a relationship, that I have...
  • UART + DMA: how to ?
    From the specification exert below, I understand, that setting FIFO enable to 1, enables also the DMA Mode. Does it mean the DMA Mode operates "automatically"? I cannot see a relationship, that I have...
  • 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...
  • I want to assign value to variables directly from memory
    How to see declared variables address using keil. In map file it's not showing all variables address why?