MCASP: intCfgTx.intrNum Used Instead of intCfgRx.intrNum in Interrupt Check

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • SITSW-9421
    • 11.02.00
    • 12.00.00
    • Hide
      am62xx-sk
      am62d-evm
      am275x-evm
      Show
      am62xx-sk am62d-evm am275x-evm

      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

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-6446 - MCASP: intCfgTx.intrNum Used Instea...
                SYNCHRONIZED
                • Last Sync Date: