Resolved! Set up UART Interrupt using register
My UART example works very well. But, I want to do with the UART interrupt. Currently it does not work because it always jumps to an infinite loop in the start up assembly code.Infinite_Loop: // startup_stm32f411retx.s b Infinite_LoopHere is my so...