I am runing the scan example in stm32 and getting this error message => E 8048 Command 10:82 timed out & E 6248 Health check failed (errno=-116)

I am running the scan example in stm32 and getting these 2 error messages

E 8048 Command 10:82 timed out
E 6248 Health check failed (errno=-116)

I am getting a hit on the scan_complete_callback with the state as MMWLAN_SCAN_TERMINATED
and arg as NULL.

Seeking guidance in this…

Hi @abhi16

The first error is telling you that the command to the chip to conduct a scan has timed out. The second error (-116) to perform a health check has also timed out.

Is this your own designed hardware? Or one of our evaluation kits?

How frequently are you seeing these errors?