What Is Vector Table In Microcontroller [best]
In MCU terms, Page 100 is the —the actual function you wrote in C or Assembly to handle that specific event. The Anatomy of a Vector Table
Think of the vector table as an array of pointers. Each pointer corresponds to a specific interrupt, and it points to the memory address of the interrupt service routine (ISR) that should be executed when that interrupt occurs. what is vector table in microcontroller