Now i use DVRRDK in 8168,and right now i don not know how to pass the parameter which i defined from DSP to ARM.
I read one info from http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/309957/1144517.aspx#1144517
"Refer the algLink where similar logic is used to export analytics info to A8."
I refer the algLink(eg:SCD) using "System_linkControl(SYSTEM_LINK_ID_HOST, VSYS_EVENT_DETECT, algResultBuff, sizeof(TRIMPS_AlgResult), TRUE);" to write some analytics info to A8, however,it hang .I checked the code and found that the system run normally when the sizeof(PARAMETER)is shorter while the sizeof(PARAMETER)≈2KB it hang.
Therefore,System_linkControl can not pass the parameter which the sizeof is taller ,is it right? And how to solve the problem passed the parameter of "TRIMPS_AlgResult" from DSP to ARM?