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