11.9.1 Interrupt-Related Linker Options

The complete set of interrupt-related linker options is described in the table below.

OptionDescription
--isrCreate interrupt function for unused vectors (default) and fill unused slots with this function
--no-isrDon't create interrupt function for unused vectors and do not fill unused vector slots
--ivtCreate IVT at the default location (default)
--no-ivtDo not create IVT at the default location
--ivt ADDRCreate IVT at address ADDR
--ivt NUM:ADDRCreate numbered IVT at address ADDR
--civtCreate compressed IVT at the default location
--civt ADDRCreate compressed IVT at address ADDR
--civt NUM:ADDRCreate numbered, compressed IVT at address ADDR