cancel
Showing results for 
Search instead for 
Did you mean: 

I want to send data through wifi using B-L4S5I-IOT01A board, but it's throwing a hardfault handler interrupt.

SAjji.1
Associate

The hard fault handler is thrown inside es_wifi_io.c which I imported as is.

2 REPLIES 2
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
SAjji.1
Associate

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.