Question
Communication UART
Good morning,
HAL_UART_Transmit(&huart2,myRxData,11,10);
HAL_UART_Receive(&huart2,myRxData,11,100);
My question is: only to make a test of sending and receiving data is enough to use the previous functions and make the connection of the pins tx with rx and rx with tx using the configuration of usart2 for the electronic card stm32f411 or should I do something more? Thank you.
