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.

AM5718: Changing memory sections in a TI-RTOS project

Part Number: AM5718
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello,

To have a starting point for a RTOS project I created a project with the pdkProjectCreate.bat script. The resulting example project is called "GPIO_LedBlink_idkAM571x_armTestProject".

The project is building without errors and can be loaded correctly. I have several questions:

1.) I noticed, that there is no linker command file included in the project. In the Debug/configPkg folder I see that a linker script "linker.cmd" was generated automatically. What I would like to do now is making changes on the memory sections, but as the file is generated, I need to find it's origin. Unfortunately I couldn't locate the file, where I could apply the changes, could you tell me where to search for it?

2.) If I would prefer to add a linker command file to the project instead of using this "origin" file that I try to locate, I'm getting the message that the memory sections, for example OCMC_RAM1, are defined twice. What would I need to change in the settings for the project to use this manually added Linker command file?

3.) In other forum posts I saw the possibility to include SysConfig to the project to make modifications on memory sections and to enable/disable the linker file generation. When I add a xxx.syscfg file to my project I can't see any of this options. I'm using SysConfig version 1.20.0 in the project. Is this functionality only supported by certain SoC's or SysConfig versions?

Version of CCS is: 12.7.0.00007 

Version of the am57xxPDK is: 1.0.21

It would be great if I can get help to solve this issue. 

Thank you,

Marc