2022-11-17 02:39 PM
The hard fault handler is thrown inside es_wifi_io.c which I imported as is.
2022-11-20 12:18 PM
Hello @SAjji.1 and welcome to the Community :)
You can use the WiFi working example available in the STM32Cube L4 FW package in Projects/B-L4S5I-IOT01/applications/WiFi.
In this example, you will use Es_WiFi module and a web Browser to create a simple Web server.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2022-11-20 12:39 PM
This is the example I’m following. I basically have the same thing except for saving to flash. In addition I’m using a random value instead of using the temperature sensor to get the temperature.
Other than that, I am following the working example.
The code runs into issues inside the es_wifi_io.c which I have not modified.