Hi,
I'm trying to implement SRIO DIO without using QMSS/CPPI. Is there any example/ references/ Docs which I can refer because current example project uses QMSS for DIO operation and Docs didn't help!
Thanks,
Ruchika
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm trying to implement SRIO DIO without using QMSS/CPPI. Is there any example/ references/ Docs which I can refer because current example project uses QMSS for DIO operation and Docs didn't help!
Thanks,
Ruchika
Hi Raja,
I have implemented SRIO DIO in my project.
(reference taken from C:\ti\pdk_keystone2_3_01_04_07\packages\exampleProjects\SRIO_LpbkDioIsrK2KC66BiosExampleProject).
It worked fine initially but as soon as I integrated IPC in my project, SRIO started failing. On debugging I found that qmss_start(); has started failing after integration.
According to SRIO SDS, QMSS is not required for DIO. So, I removed qmss_start(); and other related stuff in driver configuration but then SRIO driver initialization failed. Now I need some references to proceed further.
Regards,
Ruchika