User Activity

Hi Everyone, I am using STM32F407DISCO board and made a simple program which transmit some values. The program is as follows   #include "stm32f4xx_hal.h" #include "main.h" UART_HandleTypeDef USART2Config; void GPIO_Init(void); void UART2_Init(void...