Hi b55689,
I have another problem that I am facing now.
I am trying to map a variable to given section that is defined in the linker file (attached before).
In my code, I have two variables, one declared normally and the second should be written in a given section (called RamNoInit, where after SW reset and during startup, the values of this section should keep their variables)
the declaration of the variables is :

The declaration of the section in the linker file :
in Memory:

in Sections:

In the generated Map file, we have the variable "ubRamNoInit" is not mapped in the correct section:

and the "noinit" section is empty:

Do you have an idea why i have this problem ?
Do I declare correctly the variables ?
Do I need change something in the compilers options (attached) ?
Thank you
Maher