2016-06-11 11:40 AM
Hi,
i m using 103RB nucleo board and keil compiler. I have configured code for one interrupt. CubeMX is generated code for handler also. But i m not able to find out how handler function is linked to vector address..I used LPC2148 also, in that we can give the handler address to vector address. but here it makes me confused that when interrupt occur, how controls goes to handler. #handler #interrupt #usart #stm32 #stm32f1032016-06-11 07:27 PM
The vector table, and function names associated with the individual vector entries, are generally in the startup_xxx.s
The vector table address (SCB->VTOR) is usually reconfigured in SystemInit() in system_xxx.c