Resolved! STM32F030 UART problem
Posted on September 28, 2017 at 17:58Hi all,I'm trying to send an HTTP message through Ethernet interface using a WIFI external device. For this, I use HAL_UART functions as shown:HAL_UART_Transmit(huart, messageTX,lengthOfmessage, timeoutTX);UART h...