/*
* Option to use extended (full 32-bit) vectors to jump from the vector table
* to handler functions. Normally we use a 26-bit address, which suffices for
* a vast majority of functions. However a 26-bit address restricts branches
* to within 32MB which may be a problem for some systems.
*
* Setting excExtendedVectors to TRUE enables branching to an absolute 32-bit
* address. This option increases interrupt latency by about 20%, but there is
* no other choice left when the handler routine is more than 32MB away.
*/