Hello,
I need a clearification on some issues regarding activation of EDMA3. Please correct me if I am wrong:
1. The ER, ECR, ESR, IER are all refer to same event map: each bit of those registers represent a fixed hardware event, For example OMAPL137 has bit 31 refers to UART2 Tx, bit 17 for MMCSD tx, etc.
2. DRAE registers are used only if I use shadow regions - I dont need them when I write directly to global registers. Physically, when I write to any register of shadow register I write to Global register, just using different addressing.
3. when configuring EDMA to be activated by event, like rx from peripheral, I suppose to receive interrupt only on completion of receive, so if I use UART that has 14 byte FIFO, I will receive EDMA completion interrupt every 14 bytes (if configured this way) - it is impossible to get interrupt only after 100 bytes, unless using chaning or linking.
Thank you
Arye