Other Parts Discussed in Thread: C2000WARE,
Hello,
we would like to change from TMs32028069 to 28076 (CCSV9.3.000xx)
After importing from D: \ ti \ c2000 \ C2000Ware_3_03_00_00 \ device_support \ f2807x \ examples \ cpu1 \ gpio_setup
in the CCS and successful translation
I have questions
1. From which folder is the linker.cmd file called during the translation process?
2. which linker.cmd file is used (name of the file?
3. How can I tell CCS that it is using my own linker.cmd files?
The reason: We save executable and tested program parts in FLASH, the other parts in RAM, so that we can test them conveniently.
The program parts to be tested in the RAM then use the finished CODE in the FLASH.
This is done e.g. via the #pragma DATA_SECTION (font_8_16_full, "dataA"), a #define FLASH_OR_RAM and a separate Linker.cmd file.
Best regards
P.S .: Import via D: \ ti \ c2000 \ C2000Ware_3_03_00_00 \ driverlib \ f2807x does not work with the error message Compiler version '20 .0.lTS 'is not currently installed!
Before that, the CCS was updated.