DSPRelated.com
Forums

CCS setup

Started by seb July 9, 2004
Hello,

i have a question about the configuration of CCS. I had a projet that
i start using the DSK6713 board.
In the CCS setup application, i choose the C6713DSK configuration
file. ALL RIGTHS.

Now that my application seems to works using the DSK, i need to
compile the same application but for our own compagnie's acquisition
card. Which is the rigth configuration file to choose ?
C67xx Cycle accurate Sim ?
C6713 Fonctionnal Simulator ?
C6713 Device Simulator ?

Thank
"seb" <germain1_fr@yahoo.fr> wrote in message
news:23925133.0407090731.6f34d3db@posting.google.com...
> Hello, > > i have a question about the configuration of CCS. I had a projet that > i start using the DSK6713 board. > In the CCS setup application, i choose the C6713DSK configuration > file. ALL RIGTHS. > > Now that my application seems to works using the DSK, i need to > compile the same application but for our own compagnie's acquisition > card. Which is the rigth configuration file to choose ? > C67xx Cycle accurate Sim ? > C6713 Fonctionnal Simulator ? > C6713 Device Simulator ? > > Thank
If you want to run the code on another piece of hardware then you don't want to use any of the simulators. The simulators all run on your PC without any external hardware. Assuming your board was built with the correct JTAG header you'll need an XDS510 (or XDS560) emulator. There will be drivers that come with the emulator and you'll want to select one of those in cc_setup. Brad