I am trying to setup a simple shared memory space between the DSP and ARM to pass video frames from the DSP over to the ARM for display.
So far I have been able to create an application that can either run the shared memory space OR run the video displays. According to the DM816x EZ Software Developer's Guide, the syslink examples cannot be run at the same time as the video firmware. Is there a guide somewhere as to what changes are necessary to allow both Syslink and the video firmware to operate concurrently?
Thanks in advance.