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.

Accessing memory segments in _system_pre_init()

Hello,

I am trying to initialize a specific memory segment using _system_pre_init().  I've defined .lowram as:

.lowram : {} > RAM

in the linker script, but now am having a problem accessing that segment in _system_pre_init().

I've tried looking at every pre_init.c example I can find.  What I cannot find is how to reference a self-defined memory segment.  Is this possible only for the pre-defined segment names like __BSS__ ?

EDIT:
 Using CCS v5.5