I'm using the OMAP-L138 eXperimenter Kit from Logic PD and question is about the uPP por DMA.
Is it sufficient to poll the UPxS2.PEND bit to rewrite the DMA descriptor registor and not corrupt the current DMA transfer (for transmission). If I poll the PEND bit , is it necessary to enable any of the interrupt registers to prevent any DMA transfer corruption?
If necessary, how do I enable a DMA transfer complete interrupt? I am looking at the uPP user guide and I see four interrupt related registers (UPISR, UPIER, UPIES, UPIEC) and I'm unsure which one(s) I should care about to check whether the DMA transfer has completed.
Is there any uPP DMA Programmer's Guide available or some sample code available?