Hi all,
I am trying to run notify sample example of syslink. I want to see the code flow by inserting the logs on both HLOS and RTOS side.
I thought to dump some values as logs to the shared memory area on RTOS side.
previously I used DSP/Bridge , there I used some API's on ARM side to reserve,map the DSP memory and send that through DSPNode_PutMessage API.
Now i am trying to do same thing using syslink. How to send shared memory to RTOS side from HLOS side?
Thanks in advance.