-
Bug
-
Resolution: Fixed
-
High
-
PDK
-
PDK-9677
-
-
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)