Hi, I have a question about the System_linkControl().
Now, I create my link as follow:
capture --> framesOut(m3vpss) --> (processLink) framesIn(dsp) --> alg
--> (nextLink) framesIn(A8)
I run my algorithm on dsp, and if it have result I would send a message to A8 by System_linkControl.
On dsp side, the message as follow:
lineNo is 2, illeageType is 1, plateNum is 湘BF9481, color is 1, frameIdx is 0x11e6, 0x125a, 0x1376
On A8 side, I can receive the message, however the content of message as blow lost, I print the message, as follow:
The result as follow:
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 ......
I thought it maybe a problem of cache, could I flush cache on A8 side, could you give me some advices?
Thanks,
Tianxing