STM32F4 Init Vector Table
Hi, I'm following a TI tutorial where the author is creating a Init Vector to determine which exception and interrupts are able to that program...
He's basically creating an array of pointers to int and pass function pointers.
I know that the microcontroller in that TI board is the same than the STM32F4 (Arm cortex M4).
I did a overview of the manual and I couldn't figure out how to set your own Vector.
Here you call it Interrupt Vector but, it's equal to their Init Vector...
The memory of this vector starts at 0x0000.
I just need some guidance or example to set this vector in my STM32F4
Thanks in advance.
#stm32f4