Hi all,
Basically I want to run a basic demo program in TI mcsdk_video package using MAILBOX with TI-Simulator for C6678 juz for understanding working of mailbox.
But when I run demo_loopback program provided in mcsdk_video , it Got stuck at opening mailBox,
Yes mailbox is created successfully, after it tries to open mailbox but it moves in loopback and does not come out from open_mailBox function. I am expecting it to come out from that function and proceed to next step, whatever intended to do.
I have three question here,
Does TI-Simulator have the support for pci for C6678 to use mailbox ????
Does mailBox concept (mailbox read or write ) blocking or non blocking. ??
Does mailBox support interrupt ? i think NO as per code or supporting Interrupt in latest mcsdk_video as i am using old version of mcsdk_video. ???