Crossware

Table of Contents        Previous topic       Next topic       

C/C++ COMPILER->Compiler command line options->Interrupt Vector Offset (/VO:)

This option tells the compiler to adjust the vector address used for creating interrupt vector code by the specified amount.  For example:

/VO:40000000

will cause the compiler to add $40000000 to the normally computed vector address.

See Automatic Coding of Interrupt Vector for more information.

If you are working from within the Embedded Development Studio, you can specify the vector offset in the Compiler Settings tab (Build->Settings->Compiler).