Resolved! HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout)
I am a new member, I am learning about UART data transmission of MCU STM32F411RE on a nucleon board. I have read and understood the function HAL_UART_Transmit. However, in this function, there is a part I don't understand. I don't understand the mean...