Question
some basic doubts from CubeMX
Posted on June 11, 2016 at 20:40
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 #stm32f103