Hello, I'm studying Embedded Electronics and Telecommunications, and our DSP teacher asked us to make a project with CCS using simulation. He asked us to use CCS v3.1 or CCS v3.3 and provided us with some libraries and files to include in the project. More precisely : C5713dsk.cmd, c6713dskinit.c, C6713dskinit.h, csl6713.lib, dsk6713.h, dsk6713_aic23.h, dsk6713bsl.lib, rts6700.lib, Vectors_intr.asm and Vectors_poll.asm.
After installing CCS v3.3 on a Windows XP machine, I managed to build a project and get a .out file using the above libraries. What I did next is uploading the .out file to the project, and then I faced two problems:
1) When I run debug, it shows me Memory Map Error : saying that an address is used by hardware.
2) I don't know how to use the graph data ( under : view--> graph --> time/frequency)
If anyone can help with that, please answer to this!
If there is any way to simulate a C6713 DSP, on any CCS version, please explain it to me!
And thanks in advance.