6

I'm trying to run the readwrite example in the dsplink on the beagleboard. To do so, I need to give the dsp address as a command line parameter. How do I know what is the dsp address?

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

snakile
  • 52,936
  • 62
  • 169
  • 241

1 Answers1

0

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

jesup
  • 6,765
  • 27
  • 32