This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dMAX service McASP event in spru795d

Part "3.6.1 EXAMPLE: Servicing McASP Peripheral" of dMAX description includes sample of programing dMAX for service McASP0.

1. Why this sample uses Event#18 instead of Event#5 (MCASP0RX)?
2. Why DINDX2 = 0xFFED? On page 134 I see R5(0) address 0x10001050 and to move address to 0x10001004 need add 0xFFB4.

3. Why SRC = 0x54000000 (Base McASP0 address, but not 0x54000280 McASP0.RBUF[0])?

4. Why SINDX0=1, SINDX1=SINDX2 = 0xFFFE?