Hi,
I am trying to start using ccs4+dsp/bios 6 instead of ccs3+dsp/bios5.33. Right now, nothing seems to make sense:
- I created a test project for F28335, and used the Memory example. Also selected the ezdsp28335 platform and C28_float target. I did not touch anything, but it will not even link properly. It complains that most memory ranges are overlapping with existing ranges. And looking into the files, I see a "linker.cmd", and the 28335_RAM_lnk.cmd. After deleting the 28335_RAM_lnk.cmd, it finally linked.
- I want to run from flash. this requires custom cmd files with different load and run locations. How can I achieve this? For example. the .vecs section is defined in the linker.cmd. How can I overwrite this?