Hi,
I'm pretty new to CSS and TI hardware.
I have a standard project linked to TMS320F28335 which compiles and links fine.
this project is linked to the F28335 linker command file where all memory sections are defined.
I now wanted to convert the project and make use of the DSP/BIOS possibilities.
I first added a RTSC Configuration project (from the example projects) to my system and linked the original project to the RTSC project.
compiling still worked fine, but the linking provided a lot of errors mentioning memory sections that were overlapping or already assigned. So I assumed that the RTSC project had somewhere a memory configuration and thus the original link command file was in conflict with the new RTSC memory config.
I therefore added the configuration file fullbiosRta.cfg to my existing project and rebuilded the project. The linking still goes wrong. Which means that the memory configuration is somewhere hidden in the fullBiosRta.cfg file. I can't however find the documentation that points me in the direction how to correctly set up the project.
Any help is very much appreciated.
Marc