Connecting the stm32l475e-iot01a to the azure using Wi-Fi
I am trying to connect the STM32L475E-IOT01A board to Azure IoT Hub using the inbuilt Wi-Fi module, and I'm working within STM32CubeIDE.I found the official example project iot-middleware-freertos-samples, but it uses CMake, while I need a similar ex...