STM32F415RGT6 UART4 RXNE Interrupt ?!
Posted on May 22, 2012 at 15:25Hello, I try to work with the UART4 RXNE interrupt but something went wrong. // USART2-TX, UART4-TX GPIO_StructInit(&GPIO_InitStructure); GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF; GPIO_InitStructure...