Greetings,
I am trying to receive some data using from an UART using ping-pong DMA (I pretty much copied and pasted the UART/uDMA code from the "ek-lm4f120xl\udma_demo" sample, except I'm using UART0 and no loopback. I have set a breakpoint in UART0IntHandler and it gets called when both the primary and alternate buffers are filled with data (as checked by both inspecting the buffer contents and verifying that uDMAChannelModeGet() returns UDMA_MODE_STOP for both UDMA_CHANNEL_UART0RX | UDMA_PRI_SELECT and UDMA_CHANNEL_UART0RX | UDMA_ALT_SELECT .
I read both the MCU datasheet and the peripheral library manual, as well as searched the web and this forum - and all the mentions that I found for interrupts specify that in ping-pong mode I should expect an interrupt after each buffer is filled.
Thank you for any suggestions,
florin