Syntax

-Rk, name

Description

The -Rk command line option sets the name of the section that the compiler emits read-only data into. If no other options are given, the default name for the section is CONST.

You can control the name of the code section used by the compiler within a source file using the #pragma constseg or by using CrossStudio to set the Constant Section Name property of the file or project.

Project property

Section Options > Constant Section Name