DSP on BeagleBoard

Hello,

I have Angstrom running on my BB-xM and would like to test the DSP
(the goal is to use McBSP to communicate with TI DSK 6416 and exchange
data). What are my starting points to get the DSP working and start
programming?

Thanks
Basu

Hi,
try out this site… go through the documentation of arm processors…
http://www.mjmwired.net/kernel/Documentation/gpio.txt
and learn about kernel module programming.
then write kernel modules with the header file available in the kernel source…
send it to the board… enjoy …
there are several site in the net to learn about linux kernel module programming.

cheers