Resolved! Hello I am using STM3F205VF microcontroller. I want to print hello world. I followed the following steps. I am encountering following errors.
The steps that I followed :1. Configured micrcontroller added UART Rx, UART Tx and Serial wire Viewer 2. In main.c in the infinite while loop added (HAL_UART_Transmit(&huart2, "HELLOWORLD ", 12, 100) ../Core/Src/main.c:100:35: warning: pointer targe...