[beagleboard] Chassaing's Examples

You can use CCS and don’t need Linux, but you need some initialization code on the ARM to give peripheral access to the DSP.

I think the main trouble you will have is that some of Chassaing's examples use floating-point. The 'C64x on the xM is fixed-point only. The code may compile, but it will be using soft floating-point routines which run at some 1/10 the speed of the fixed-point.

--Mark