What is Vector Table in Microcontroller? | Interrupt Vector Table in MCU #electronics #embedded

preview_player
Показать описание
What is Vector Table in Microcontroller?

The vector table contains the reset value of the stack pointer, and the start addresses, also called exception vectors, for all exception handlers. Figure 2.2 shows the order of the exception vectors in the vector table. The least-significant bit of each vector must be 1, indicating that the exception handler is Thumb code.

On system reset, the vector table is fixed at address 0x00000000. Privileged software can write to the VTOR to relocate the vector table start address to a different memory location, in the range 0x00000080 to 0x3FFFFF80
Рекомендации по теме
welcome to shbcf.ru