STM32F4 Discovery, cannot clear parity error intterrupt
Posted on June 02, 2014 at 04:16Hello, I'm using STM32F4 discovery to develop usart communication function. The usart parameter is below. /// Set serial port USART_StructInit(&USART_InitStructure); USART_InitStructure.USART_BaudRate = 9600; ...