Question
UART
Posted on July 24, 2017 at 08:08
Hi!
I am study UART to communicate with PC.
My target is use PC like a terminal to input AND out message to STM32.
My code is using HAL library.
I want to operate code like below.
**************************************
ch = ''UART test\r\n'';
HAL_UART_Transmit(&huart1,(uint8_t *)&ch, 10, 0xFFFF);***************************
But appear error when compile.
Please let me know your comment.
BR
