Part Number: TCI6638K2K
Tool/software: TI-RTOS
For our TCI6638 multi-core project we generate our platform using the RTSC Tools Edit Platform wizard. However this has become inconvenient because we specify many SECTIONS. It would be nice to be able to move the SECTION rows in the wizard to order them sequentially but that isn't possible. Therefore, we would like to specify the sections using a text editor. I would like some help to know how to do this.
Reading the documentation: Memory Management it seems that there are two options:
- Specify a 'User defined linker command file'
- Control the linker command file generated by XDCtools based on it's Javascript template
I don't understand (2) at all. Does one modify the Javascript template?
Given that that my goal is to specify multiple sections, is my best option to use 1) or 2) ?
Assuming the answer is 1), consider this diagram , it shows that the application build tools accept a user-defined linker command file or an auto-generated (by RTSC) linker command file.
- Would I use both a user-defined linker command file and an auto-generated file, or only a user-defined linker command file?
- How would I specify to CCS to use the user-defined file and not the auto-generated file?
Best regards
David