httpsrv is stuck in ENET_initialize(DEMOCFG_DEFAULT_DEVICE, address[i], 0, &ehandle);

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

httpsrv is stuck in ENET_initialize(DEMOCFG_DEFAULT_DEVICE, address[i], 0, &ehandle);

Jump to solution
561 Views
danielchai
Senior Contributor I

Hi,

I am trying to using httpsrv_twrk60f120m, but it is stuck at ENET_initialize(DEMOCFG_DEFAULT_DEVICE, address[i], 0, &ehandle);

Any ideas or any suggestions about this?

Thank you.

-Daniel

0 Kudos
1 Solution
428 Views
danielchai
Senior Contributor I

Hi Martin,

Thank you for your reply.

I am using the Gainspan GS1500M module for Wifi project.

When I put a break point and step it in, I  found it can not communicate with the GS1500M. After I re-configure the SPI1 channel, then it works.

-Daniel

View solution in original post

0 Kudos
2 Replies
428 Views
Martin_
NXP Employee
NXP Employee

What exactly do you mean by "stuck" ? If you break the MCU when it is "stuck" which task is active and which function is being executed by the active task ?

429 Views
danielchai
Senior Contributor I

Hi Martin,

Thank you for your reply.

I am using the Gainspan GS1500M module for Wifi project.

When I put a break point and step it in, I  found it can not communicate with the GS1500M. After I re-configure the SPI1 channel, then it works.

-Daniel

0 Kudos