How to calculate dsp address for readwrite application in beagleboard?

I am trying to run a readwrite example in dsplink on a beagleboard. To do this, I need to specify the dsp address as a command line parameter. How to find out what a dsp address is?

I have an OMAP5030 configuration file. Here's a snapshot of the dsplink memory partition diagram (copied from CFG_OMAP3530_SHMEM.c): alt text

+6
signal-processing beagleboard read-write
source share
1 answer

If you must use readwrite, see this . You will want to see .tcf files or such. However, as mentioned by TI engineers, readwrite is a very dangerous use case. Take a look at MSGQ or other similar examples.

0
source share

All Articles