I want to send a GET request to a server, so I connected the microcontroller (STM32) with an Ethernet module, as the microcontroller does not have a built-in Ethernet feature. I am using these two libraries: #include "stm32f4xx_hal_uart.h" and #include "stm32f4xx_hal.h". My GET string is:
char...