metaonly module iar.targets.arm.rts.VectorTable

IAR's vector table module

Configuration settings sourced in iar/targets/arm/rts/VectorTable.xdc
var VectorTable = xdc.useModule('iar.targets.arm.rts.VectorTable');
module-wide config parameters
 
 
config VectorTable.getVectorTableLib  // module-wide

Configurable vector table library option

Configuration settings
VectorTable.getVectorTableLib = Bool true;
 
DETAILS
By default, the IAR's vector table library in this package is pulled in during link phase. RTOS and other products which define their own vector table can disable using the vector table library provided by this package by setting getVectorTableLib config parameter to false.
generated on Thu, 25 May 2017 22:10:58 GMT