Hi. I've got an example project that I'm trying to build. The project is spraap6a, and I think it was originally intended to run on the 2808 ezDsp eval board. I'm trying to make it work on the 28069 controlStick. After I change the path for the include files, the project builds, but it won't load into the controlStick because of memory errors, see below:
C28xx: File Loader: Data verification failed at address 0x003FA000 Please verify target memory and memory map.
C28xx: GEL: File: C:\Designing Analog Interface with 28xx ADC\Debug\F28x ADC Implementation.out: a data verification error occurred, file load failed.
I think I get this error on the 28069 because there is a .cmd file specified somewhere in the project that makes CCS link the project for the 2808. In build options, I've got the linker option as "none", since when I specify the 28069_RAM.cmd, it breaks the build, and I get an error saying that memory is being specified twice. This is more evidence that there is another .cmd file specified somewhere in the project.
How do I find this .cmd file specification? Or is there something else I am doing wrong?
Thanks,
Justin