-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-9423
-
11.02.00
-
12.00.00
-
/* Configure REVTCTL and XEVTCTL */
CSL_REG32_WR(&pReg->REVTCTL, attrs->hwCfg.tx.evtCtl);
CSL_REG32_WR(&pReg->XEVTCTL, attrs->hwCfg.tx.evtCtl);
mcasp.c -> line 474
The first line should use hwCfg.rx.evtCtl
(Although will not disturb the driver functionality, still better to use rx here)