ARM Cortex-M4 Architecture

ARM Cortex-M4 Architecture block diagram

Every microcontroller out there contains a processor which is responsible for performing all the actions on that microcontroller. Each processor is designed, based on a certain instruction set Architecture architecture. …

Read more

What is Interrupt Vector Table?

What is interrupt vector table

In this tutorial, we will talk about the interrupt vector table. Firstly, we will define the interrupt vector table (IVT). Secondly, we will see the role of IVT for interrupts …

Read more