Hi,
I noticed in the mcaspPlayBk example from StarterWare-L138, the EDMA3CCPaRAMEntry is configured like this
However, according the the TRM page 619, SAM/DAM is not supported in L138. Does the code work as intended at all?
- Note: The constant addressing (CONST) mode has limited applicability. The EDMA3 should be configured for the constant addressing mode (SAM/DAM = 1) only if the transfer source or destination (on-chip memory, off-chip memory controllers, slave peripherals) support the constant addressing mode. On the C674x/OMAP-L1x processors, no peripherals, memory, or memory controller support constant addressing mode. If the constant addressing mode is not supported, the similar logical transfer can be achieved using the increment (INCR) mode (SAM/DAM = 0) by appropriately programming the count and indices values.
Thanks