cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo H755ZI-Q lwip

mosamasa
Associate II

Hi,

I was hoping to evaluate ethernet connection of my nucleo H755ZI-Q board. It turns out to be more challenging than I initially though.

I have tried to follow this example:

https://community.st.com/t5/stm32-mcus/how-to-create-a-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308#memory-layout

 

I would like to get minimum respond to ping, but so far I have not been able to get it work as example is for H745 and older versions of software.

I'm using STM32CubeIDE 1.17.0, STM32CubeMX 6.13.0

Green led of ethernet connector is on and orange is blinking, but that is all.

Are there any example software for my nucleo board, which I could get work directly?

 

2 REPLIES 2
mƎALLEm
ST Employee

Hello,

I think the most challenging thing in your case is the usage of the dual core (STM32H755Z).

Try first to turn your board to a single core product example H750 mentioned in the article you've already pointed out. You need to take care of the clocks and power supply (SMPS).

 

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.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.

Hello,

I would need dual core for my application.

I managed to get ping working now. I had wrong MPU Access Permission settings.

My next challenge is to get UDP example working. It hangs to

 

 

#warning Below check should be removed in production code
	if(current_thread_id != lwip_core_lock_holder_thread_id) __BKPT(0);

 

in ethernetif.c