Skip to main content
Associate II
February 6, 2024
Solved

LWIP+RTOS Problem pinging board

  • February 6, 2024
  • 1 reply
  • 3955 views

Hey, 

I am using STM32F407 and I am trying to configure the ethernet peripheral (and LWIP) with the cubemx with no success. I cant ping my board.

Please anyone can help me with this?

This topic has been closed for replies.
Best answer by mƎALLEm

Hello,

Not easy to answer that question based on your description. It could be related to the HW or software (what is the HW you're using: PHY, Clock etc ..)

What I suggest you is to refer to one of the examples provided in STM32CubeF4 under the path Projects\STM324xG_EVAL\Applications\LwIP\LwIP_HTTP_Server_Socket_RTOS

1 reply

mƎALLEm
mƎALLEmBest answer
Technical Moderator
February 6, 2024

Hello,

Not easy to answer that question based on your description. It could be related to the HW or software (what is the HW you're using: PHY, Clock etc ..)

What I suggest you is to refer to one of the examples provided in STM32CubeF4 under the path Projects\STM324xG_EVAL\Applications\LwIP\LwIP_HTTP_Server_Socket_RTOS

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
Associate II
February 6, 2024

I am using STM32F407VGT, With a RJ45 connector and ethernet ic which supports LAN8742. These are the configurations i have set MXCube. And just a self generated code from MXcube but not able to ping my board.Which has MX_LWIP_Init in default task.