Hi,
I'm using AM335x StarterWare ver02_00_00_07.
There is an unclear EDMA configuration in the AM335X_StarterWare_02_00_00_0/\platform\evmAM335x\edma.c
edma.c, line 252--------------------------------------
/* DMA in non-idle mode */
HWREG(0x49800010) = 0x00000028;
HWREG(0x49900010) = 0x00000028;
HWREG(0x49a00010) = 0x00000028;
------------------------------------------------------------
What 's this 0x49800010, 0x49900010 and 0x49A00010?
I'm not sure what those registers are, as they are not described in the EDMATC registers list in AM335x TRM.
Please let me know about this registers.
-Takao