-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-9421
-
11.02.00
-
12.00.00
-
if(attrs->intCfgTx.intrNum != UINT32_MAX)
{ /* Receive section */ HwiP_Params_init(&hwiPrms); hwiPrms.intNum = attrs->intCfgRx.intrNum; hwiPrms.callback = &MCASP_rx_isr; hwiPrms.priority = attrs->intCfgRx.intrPriority; hwiPrms.args = (void *) config; #ifdef BUILD_C7X hwiPrms.eventId = attrs->intCfgRx.evntNum + MCASP_IRQ_CLEC_OFFSET; #endif status += HwiP_construct(&obj->hwiObjRx, &hwiPrms); }mcasp.c -> line 270
attrs->intCfgTx.intrNum should be changed to attrs->intCfgRx.intrNum