TMS320C6201 Silicon Errata | SPRZ153 |
Advisory 2.1.6
Revision(s) Affected:
Details:
Workaround:
McBSP: DXR to XSR Copy Not Generated (Continued)
(c)For
–ch_A: /* for transmit */
dst_address = DXR+3; /* 0x018C0007 for McBSP0 or 0x01900007 for McBSP1 */ Element_size = WORDAddress_inc_mode = indexIndex_reg_value = 1
–ch_B : /* for receive */
src_address = DRR+3 /* 0x018C0003 for McBSP0 or 0x01900003 for McBSP1 */ dst_address = mem_in;
Element_size = BYTE;
Address_inc_mode = = inc_by_ element_size
/* inc_by_index whose value is as specified for ch_A above will also work */
(d)For
–Same as 2(c) above EXCEPT for: ch_B : /* for receive */ src_address = DRR;
DMA Split-mode End-of-frame Indexing
2.1 and 2.0
If a DMA channel is configured to do a multiframe
Also, if DST_DIR = Index (11b), the
If the FRAME COND bit is used to generate an interrupt to the CPU and/or the frame index and the element index on the destination address are not the same for a
18