This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

is there a CCS plug-in that allows a C program to access DSP mem?

Other Parts Discussed in Thread: SYSBIOS

All-

Is there a CCS plug-in that allows a user-defined C program to access DSP memory via the same JTAG connection as CCS?   The idea is that we can do something like this:

  -our program, operating as a CCS plug-in, reads a .out file
   (it can understand COFF format) and downloads code
   to memory

  -our program releases code to run (we're using C6472
   booting in HPI mode)

  -at certain points, the DSP code stops and waits and
   our program writes data to DSP mem that the DSP
   code needs in order to continue

We're using the EVM6472 board, CCS4, and SYSBIOS (BIOS6).  Thanks.

-Jeff