Hi, All.
My name is Ryan.
I have a question about working together with NDK + SRIO.
I am using c6671 board, NDK 2.22.02.16, MCSDK 2.01.02.05.
What i have done until now is here.
First of all, I checked working ndk hellow world example on our C6671 borad and it works fine. (ping test)
And then, I checked working "SRIO_LoopbackDioIsrexampleproject" and it works fine as well, too.
So, I thought my next step is combining together NDK + SRIO.
So, I tried to do like this.
just add srio into ndk hellow world example project.
But, It doesn't work together. I mean i works just one thing at the same time.
And again, I just did like this init network first, and then init srio.
After system_init() function in srio routine invoked, network doesn't work and in this case, srio works.
Especially, After Qmss_init , Qmss_start invoked.
And, if I just delete the Qmss_init() and Qmass_start() for the test, the network works.
So I googled this in e2e a lot. many people said i have to change the Qmass, Memory resion and ISR.
But, even though I tried a lot, I just fail until now.
Please help me someone who knows about it. and especilly TI engineers.
I posted this issue several times even though TI engineers never answer anything.
I so sad about that.
Again please help me.
I just added the files for init network and srio here.
SRIO init
NETWORK init