DSP on beagle board

Hello,

Can the ARM running angstrom access the memory/variables of the DSP? I
need to receive data from McBSP into DSP and show them on acreen using
ARM. Is this possible?

Thanks
Basu

- why not receive it on the ARM directly then?

- using DSPLink (which is in angstrom) you can have the ARM and the DSP
talk to each other, you will still need to write the McBSP SW running
on the DSP.

Thank you Vladimir,

Could you please direct me to the tools available for DSP programming?
Should I look into C6Run?

Thanks
Basu

I've played around with c6run and it looks pretty easy for using the
DSP.

Here's how I set it up: http://elinux.org/ECE497_Installing_DSP_Development_Tools_c6run

--Mark