Other Parts Discussed in Thread: C2000WARE
Hello,
I would like to allocate one output section to RAMGS0123 or RAMGS4567 memory ranges that are in different pages.
I have tried with several syntaxes but all of them fail. I would like to do something like this:
PAGE 0:
…………….
RAMGS0123 : origin = 0x00C000, length = 0x004000
…………….
PAGE 1:
…………….
RAMGS4567 : origin = 0x010000, length = 0x004000
…………….
SECTIONS
{
…………….
.esysmem : > RAMGS0123 PAGE = 0 | RAMGS4567 PAGE = 1
…………….
}
I don’t know either if it is not possible or the syntax is wrong.
Thank you in advanced,
Paloma