Hello,
I am using syslink_02_00_00_68_beta1 which is having simple IPC demo "Notify" which demonstrate the 32-bit payload transfer (IPC) from ARM to DSP.
To explain in detail,
I have gone through "SysLink_02.00.00.68_beta1_InstallGuide.pdf" file, i compiled the syslink samples. As far as i understand i tried to playing with those demos. I choose Notify application from those, as it looks simplest one.
I boot the board (ti816x evm). i ran application as below:
./notifyapp_release 1 0 ./notify_ti81xx_dsp.xe674
It successfully executed. I understand the application very well. I want to debug the DSP side application, i want to see the prints which are there in DSP application. So how could i do this ??
I made an attempt, i tried to connect DSP using CCSv5, once i boot ARM from Linux, but as per my understanding it is the "ARM boots DSP" case. So i was unable to connect.
I might be wrong. So is there any way to do so ?? Or There might be anything missing in my understandings.
Regards,
HiteshV