Skip to main content
Associate III
July 9, 2024
Question

LwIP_HTTP_Server_Netconn_RTOS for Stm32H723 example does not seem to run in Stm32CubeIDE, and debug error

  • July 9, 2024
  • 4 replies
  • 3861 views

I am trying to run the LwIP_HTTP_Server_Netconn_RTOS for Stm32H723 example.

 

Here is what I have done

1. File > new Stm32 project

2. "Example selector"

3. Located the Stm32H723 Nucleo LwIP_HTTP_Server_Netconn_RTOS project.

4. (Finished creating the project), this works OK, and now I have the project listed in the explorer tab

5. Plugged in Stm32H723 nucleo board to USB and eth

6. Built the project (this works OK)

7. Run the project (the first time this is done, I configured the debugger. It found my STLink)

8. No activity on the board. I can see the application gets flashed and I can see "Download verified successfully" in the console 

9. The board does not get an IP (looking at my router's DHCP list). Eth lights are flashing. No User LEDS are lit, only power

 

If I try to debug the project, I get this message:

stmerr.png

 

What am I doing wrong here? The example should work out of the box, correct? I did not change the jumper configuration of the board out of the box. JP6 and JP7 are installed.

 

I attached my config from Stm32Cube.

 

 

 

 

This topic has been closed for replies.

4 replies

Rim LANDOLSI
ST Employee
July 10, 2024

Hello @chris1seto and welcome to the community,

 

The problem is not reproduced with the latest version of CubeIDE. Could you specify which CubeIDE you are working with?

Thanks,

Rim.

Associate III
July 10, 2024

Hi @Rim LANDOLSI , This is the latest 1.10.1

 

Can you confirm that the ethernet example in question does actually work correctly? Have you actually tested this and verified?

Rim LANDOLSI
ST Employee
July 11, 2024

Yes, the debug session for this example is started successfully with CubeIDE 1.16.0.

Associate III
July 10, 2024

Oops, this one is on me. I have a lot of Nulceo-144's on my bench and I simply grabbed the wrong one, an F7. It works now with the correct H7 attached. They all look the same! 

 

Thank you @Rim LANDOLSI