Tool/software: Code Composer Studio
I have various components that link to flash programming code that is resident in some executable RAM. I need to be able to force a load of the files contained in the flash library that is provided by TI.
i.e Currently, my project that includes the flash library and copies the flash code in RAM does not reference the code contained in the library. Thus the linker optimizes out all the flash library code.
Is there a way to force the linker to include all the code within the library as a part of the flash image?
The idea is that my other projects will link to the "abs" file that has already been loaded into ram.