W7500 UART Setting /******************************************************************************* * Function Name : * Parameters : * Return : * Description : *******************************************************************************/ void UART_Config(uint8_t uart, uint32_t baud) { UART_InitTypeDef UART_InitStructure; if(uart == USART_0){ /* UART Configuration for UART1*/ UART_StructInit(&..