cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the stm32cubeExpansion wifi demo with the x-cube-wifi1

kerry liu
Associate II
Posted on April 21, 2017 at 02:43

Hello ST community,sorry,maybe I should post my problem here.

Now I am working on the wifi module

X-NUCLEO-IDW01M1

,I found some problem.

Hardware

:NUCLEO-F401RE,X-NUCLEO-IDW01M1

Software

:STM32CubeExpansion_WIFI1_V3.0.1

IDE

: iar arm 7.1

From the example project I found two types one is SPWF01 another is SPWF04, I found the exampleBinary is the SPW

I change the config to SPWF01,but it still not work.

1)en.x-cube-wifi1_firmware (1)\STM32CubeExpansion_WIFI1_V3.0.1\Projects\Multi\Applications\

WiFi_VCOM

From the Tera term I found the print message,but when I input 'AT+S.STS',nothing output.

2)en.x-cube-wifi1_firmware (1)\STM32CubeExpansion_WIFI1_V3.0.1\Projects\Multi\Applications\HTTP_Request

From this example it will always run at the wifi init.

file

wifi_module.c line 294

and can not run out this function.It seems to wait for the state.

I only changed one thing in wifi_conf.h

the old one is #define SPWF04,I change to

#define SPWF01

/**********************************/

while(IO_status_flag.WiFi_WIND_State != WiFiHWStarted)

{

__NOP(); //nothing to do

}

//always in this function

/*******************************/

If I press the SW1 button,only the LED2 and LED4 from on to off then on,the code can not exit the loop.

Is there anyone can tell me what is wrong ? Thank you very much.

Note: this post was migrated and contained many threaded conversations, some content may be missing.
12 REPLIES 12
Posted on May 01, 2017 at 08:39

Thanks a lot for your reply.

Sorry I got the wrong connection,I monitor the RESET line and PA13 of the F401RE.

Today I test it again

GPIO10 is high at first,after I enter the SSID, password, encryption,then it will become to low 200ms then to high.

GPIO13 is alway low.

GPIO14 is alway low.

from the F401RE schmetic GPIO10->PD2,GPIO13->PA4, GPIO14->not out from CN7 or CN10 from wifi module board.

0690X00000606uJQAQ.png

kerry liu
Associate II
Posted on June 06, 2017 at 14:51

Gallucci.Gerardo

Das.Mridupawan

Thanks a lot for your help.

The board is OK now, the FAE help me update the firmware of the WIFI module.

It work fine now,

Posted on June 06, 2017 at 20:25

You're welcome!

You can close this thread...

Regards

jerry