5.7.5.4 xc-dsc-ld - Vector Tables

Table 5-12. Vector Tables Options
OptionDescriptionCommand Line
Create Vector TableCreate a vector table at the default address for this device. The table will be filled automatically if handler functions are defined. If the device supports an alternate vector table, it will also be created if so configured.Checked: --ivt

Unchecked: --no-ivt

Fill unused vector slotsFill unused vector slots with the address of _DefaultInterrupt() and create that handler function if one has not been defined.Checked: --isr

Unchecked: --no-isr

Relocate vector table nRelocate a single vector table specified by n, where n=1, 2, or 3.

See 15.2 Interrupt Vector Table.

Checked: --ivt=

Selecting this option will activate the options below with the same n value.

Vector table type nSpecify either Standard or Compressed vector table.Compressed: --civt=
Vector table number nRenumber the vector table base.--ivt=12
Vector table address nEnter a different vector table address.--ivt=ADDR