Hi,I am working on USART3 in STM32F407VG Discovery board using stm pheripheral libraries. I am sending a character 'a' but in serial port i am getting data as 3. Please check my main function and kindly help.
Hi Bob S,These are my functions. Connections and Baud values are also collect.void usart3_fun(){ USART_InitTypeDef my_usart_init; GPIO_InitTypeDef my_gpio_init; RCC_APB1PeriphClockCmd(RCC_APB1P...
I am using TTL(5V) to USB converter to check the data in serial port. and my HSE_VALUE is #[define HSE_VALUE ((uint32_t)25000000.] . I am using Baudrate as 9600 in code as well as in PC serial port.