Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Real-Time Software Components (RTSC) » how to generate a custom memory map for rtsc based project
how to generate a custom memory map for rtsc based project [message #635016] Mon, 25 October 2010 08:25 Go to previous message
No real name is currently offline No real name
Messages: 7
Registered: October 2010
Junior Member
Hello,

in my RTSC based CCS v4 project I want to use a memory map which is not defined as default in a platform module. Normally, I would write a linker script with a MEMORY and a SECTIONS part and the linker does the rest. But with RTSC, the linker script is generated by the XDC tools. How could I make my own memory map? In the API reference of the XDC tools, there is a module called ti.platforms.evmdm365.Platform which is the hardware platform I'm using. In the "per-instance config parameters" I find some code which could be useful:

var params = new Platform.Params;
params.customMemoryMap = IPlatform.Memory[string] undefined;

But I don't know, how I could use the code. Any help would be great.

Regards.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Module that uses c28x's peripherals
Next Topic:excludeDirs not working when creating a release
Goto Forum:
  


Current Time: Tue May 21 08:47:25 EDT 2013

Powered by FUDForum. Page generated in 0.08052 seconds