Posted on May 11, 2015 at 13:14Hello, I have some problem with USART2 (stm32f373). USART1 is working with same code but, Usart2 does not work. here is the code. void Uart_Int(void) { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_...
Posted on June 20, 2015 at 13:48Dear Clive1, Now i am using STM32f0 discovery board,(stm32f051r), i want to transmitte and receive Uart1 data over DMA, if i used Circular mode then any character received through uart1 send continuously, and if i us...