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 ...