Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10468

Interrupt mode in sciclient is not working on HS Device

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • PDK
    • PDK-9677
    • Hide
      PROCESSOR_SDK_07.01.00
      PROCESSOR_SDK_07.03.00
      Show
      PROCESSOR_SDK_07.01.00 PROCESSOR_SDK_07.03.00
    • PROCESSOR_SDK_08.00.00
    • j721e-evm

      When interrupt mode is used in the SciClient, SciClient init API blocks on Sciclient_abiCheck() and never comes out.

      Please find below sample code using which interrupt mode is enabled in SBL

      ret = Sciclient_configPrmsInit(&clientPrms);
      if (ret == CSL_PASS)

      { clientPrms.operMode = INTERRUPT; ret = Sciclient_init(&clientPrms); }

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

              Created:
              Updated:
              Resolved: