2019-07-11 08:53 PM
I have initialized the uart1,but the code can't enter into function for theINTERRUPT_HANDLER(USART1_RX_TIM5_CC_IRQHandler,28)
2019-07-11 10:48 PM
STM8 or STM32 ?
Anyway, check first if proper characters arrive at the RX pin.
If you effectively don't receive anything, you will have no receive interrupt.
2019-07-12 12:06 AM
It's STM8. I have resolved the problem that because I make the GPIO first and the PeripheralClockConfig should be initialized first.