5.7.5.4 xc-dsc-ld - Vector Tables
| Option | Description | Command Line |
|---|---|---|
| Create Vector Table | Create 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:
--ivtUnchecked: |
| Fill unused vector slots | Fill unused vector slots with the
address of _DefaultInterrupt() and create that handler
function if one has not been defined. | Checked:
--isrUnchecked:
|
| Relocate vector table n | Relocate a single vector table specified by n, where n=1, 2, or 3. | Checked:
--ivt=Selecting this option will activate the options below with the same n value. |
| Vector table type n | Specify either Standard or Compressed vector table. | Compressed:
--civt= |
| Vector table number n | Renumber the vector table base. | --ivt=12 |
| Vector table address n | Enter a different vector table address. | --ivt=ADDR |
