Hi.
First of all, I appreciate your uploaded videos because they are really useful to understand STM32H7 ethernet implementation.
I am using Nucleo-H743ZI2 board and tried to implement basic ping test on RTOS.
I followed below videos.
1. STM32 Ethernet '1. Hardware Configuration, Part 1
Nucleo-H743ZI2 supports RMII with memory configuration, so this video is useful to configure the memory.
Basic PING test is successfully done.
2. STM32 Ethernet #7 Netconn UDP server, FreeRTOS, LWIP
After including RTOS with the same memory configuration as like #1 video, ping test was failed because of hard fault.
Is there any plan to upload any ethernet example using Nucleo-H743ZI2 board?
Or, is there any useful document before running ping test with RTOS?
Thanks in advance
Joon
After including RTOS with the same memory configuration as like #1 video, ping test was failed because of hard fault.
can you upload the image (full screen) of the hardfault
Hi.
Finally, I managed to run the ping test.
I find a useful link during my debugging and I think the issue was caused by default task stack size.
How to create project for STM32H7 with Ethernet and LwIP stack working
When I compare your instuctions with above link, only the meaningful difference is defaulttask stack size, 128 to 256 bytes.
Thanks.
Hi.
First of all, I appreciate your uploaded videos because they are really useful to understand STM32H7 ethernet implementation.
I am using Nucleo-H743ZI2 board and tried to implement basic ping test on RTOS.
I followed below videos.
1. STM32 Ethernet '1. Hardware Configuration, Part 1
Nucleo-H743ZI2 supports RMII with memory configuration, so this video is useful to configure the memory.
Basic PING test is successfully done.
2. STM32 Ethernet #7 Netconn UDP server, FreeRTOS, LWIP
After including RTOS with the same memory configuration as like #1 video, ping test was failed because of hard fault.
Is there any plan to upload any ethernet example using Nucleo-H743ZI2 board?
Or, is there any useful document before running ping test with RTOS?
Thanks in advance
Joon
Hi Joon,
First of all thanks for the information links for the ethernet configuration.
I have followed all the tutorial videos and I have not been able to successfully perform the ping test.
I have configured the MPUs following the video and then tried with configurations that I found in other forums, but none of that works.
If it's not too much trouble for you, could you please share the ioc file with me. I need to create a web server. I'm doing it using CGI but it's useless if I can't ping.
My email is wilmer.cardenas.wr@gamail.com
Greetings.