Thank you for your responses. I'm just trying to run these lines of code on CubeIDE to print a simple "Hello" message at my serial terminal: strcpy((char*)char_buf, "Hello!\n"); HAL_UART_Transmit(&hlpuart1, char_buf, strlen((char*)char_buf), HAL_MA...