TMS320C64x Quick start reference for porgrammers

Posted by osgx on Stack Overflow See other posts from Stack Overflow or by osgx
Published on 2010-05-03T02:44:52Z Indexed on 2010/05/03 2:48 UTC
Read the original article Hit count: 427

Hello

Is thare any quickstart guide for programmers for writing DSP-accelerated appliations for TMS320C64x?

I have a program with custom algorythm (not the fft, or usial filtering) and I want to accelerate it using multi-DSP coprocessor. So, how should I modify source to move computation from main CPU to DSPs? What limitations are there for DSP-running code?

I have some experience with CUDA. In CUDA I should mark every function as being host, device, or entry point for device (kernel). There are also functions to start kernels and to upload/download data to/from GPU. There are also some limitations, for device code, described in CUDA Reference manual. I hope, there is an similar interface and a documentation for DSP.

© Stack Overflow or respective owner

Related posts about signal-processing

Related posts about dsp