Syntax

-Rv,name

Description

The -Rv command line option sets the name of the section that the compiler emits interrupt vectors into. If no other options are given, the default name for the section is INTVEC.

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

Project property

Section Options > Vector Section Name