Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
How to do setting CCS ver.10 when a CCS project use Flash memory regions of the target device?
Target : TMS320F28035
CCS : Version: 10.1.1.00004
K.Ogawa
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
How to do setting CCS ver.10 when a CCS project use Flash memory regions of the target device?
Target : TMS320F28035
CCS : Version: 10.1.1.00004
K.Ogawa
Ogawa,
Are you asking how to map different sections of your application to flash memory?
If yes, please take a look at the flash based linker command file provided at c2000\C2000Ware_3_03_00_00\device_support\f2803x\common\cmd\F28034.cmd.
Thanks and regards,
Vamsi
Hello, Vamsi
Thanks for your reply.
What I want to do is to know about how to do setting the memory linker command file such as 28035_RAM_lnk.cmd in CCS ver.10.
My information :
CCS version : Code Composer Studio Version: 10.1.1.00004
OS : Windows 10, v.10.0, x86_64 / win32
Java : version: 1.8.0_144
USB connection : On Board USB-JTAG Emulation
Texas Instruments XDS100+RS232 V1.0
EVM Board : DRV8312-C2-KIT
CPU Device : TMS320F28035
controlCARD : F28035_ISO_controlCARD_R1_3
Target Configuration.ccxml settings
Connection : Texas Instruments XDS100 v1 USB Debug Probe
Board or Device : Experimenter's Kit - Piccolo F28035
K.Ogawa
Ogawa,
You can start by including the example linker cmd file provided in C2000ware for your project.
You can import any of the C2000ware examples in to CCS and make edits to it as needed.
Also, please take a look at this wiki: https://processors.wiki.ti.com/index.php/C28x_Compiler_-_Understanding_Linking#PAGE_0_or_PAGE_1
Thanks and regards,
Vamsi