Kinetis Bootloader  2.0.0
Common bootloader for Kinetis devices
Vector Table Info

Definitions related to default vector table. More...

+ Collaboration diagram for Vector Table Info:

Enumerations

enum  _vector_table_address { kDefaultVectorTableAddress = 0 }
 Defines a constant for the default vector table. More...
 
enum  _vector_table_entries {
  kInitialSP = 0,
  kInitialPC
}
 Constants for the entries of the vector table. More...
 

Usage Information

Definitions related to default vector table.

Enumeration Type Documentation

Defines a constant for the default vector table.

Enumerator
kDefaultVectorTableAddress 

Address of the default vector table, which is always 0.

Constants for the entries of the vector table.

Enumerator
kInitialSP 

Initial stack pointer.

kInitialPC 

Reset vector.