Hello Sandro:
That question is more related to the linker rather than Processor Expert.
From a user perspective changing the qualifier will not have any effect, unless you manually modify the linker script (ProcessorExpert.ld).
The linker uses those attributes to allocate input sections which are not directed to a specific output section.
:smileyinfo: In your CodeWarrior installation there is a file (ld.pdf) describing this. Check Chapter 3.7 MEMORY Command:
C:\Freescale\CW MCU v10.6\Cross_Tools\arm-none-eabi-gcc-4_7_3\share\doc\gcc-arm-none-eabi\pdf\ld.pdf
I recommend you not to change the qualifier and go with the defaults. All should be fine :smileyhappy:.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------