Resolved! Setting up a UART caused device reset
I am trying to build a uart implementation from scratch to learn the Stm32, but such a code implementation seems to cause my Stm32F030 to go into Reset_Handler state.What might be wrong with my code? Thanks in advance! void uar2_rx_tx_init(void) { ...