2024-01-22 07:47 AM - edited 2024-01-29 01:46 PM
Hello Folks,
I use the H723ZG Nucleo board without FreeRTOS. I had configured Ethernet for the H723ZG in the past. But I am unable to configure it again now, even when following the same steps. When I first got it working, my configuration was based on this Youtube video STM32 ETHERNET #1. Hardware Configuration || PART 1.
In addition, I spent countless days trying to configure the Ethernet without FreeRTOS based on this post How to create project for STM32H7 with Ethernet and LwIP stack working from @Adam BERLINGER . I was able to get it working WITH FreeRTOS, but not WITHOUT it. And I am here to kindly ask for your help.
Here are some screenshots from my `.ioc` file.
I am testing it with the ping example.
/* USER CODE BEGIN 0 */
extern struct netif gnetif;
/* USER CODE END 0 */
[...]
/* Infinite loop */
/* USER CODE BEGIN WHILE */
while (1)
{
/* USER CODE END WHILE */
/** PING Example */
ethernetif_input(&gnetif);
sys_check_timeouts();
/* USER CODE BEGIN 3 */
}
/* USER CODE END 3 */
I would appreciate any feedback on this matter from anyone.
Many thanks,
Eduardo.
Solved! Go to Solution.
2024-05-03 07:00 AM
This question was reposted and answered here. Thank you for all the support.
2024-01-23 09:49 AM
I forgot to mention that I have seen https://community.st.com/t5/stm32-mcus/how-to-create-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308,but without much success on finding what I am missing.
2024-01-29 01:20 PM
@Laurids_PETERSEN, @MSG_ST , @Adam BERLINGER ,
Since I read great post by all of you, I am wondering if any of you could provide any feedback on this. :)
Many thanks,
2024-01-31 06:54 AM
Hi @eduardo_reis,
Thanks for reaching out!
I have forwarded your request to the respective team, but I cannot guarantee a specific timeframe for a reply at this point.
If you should find a solution in the meantime, feel free to post it here so that others can learn from your use case.
2024-01-31 09:36 PM
Hi @eduardo_reis ,
Recently I faced similar issue and was unable to establish any communication on this H723 Nucleo board with PC. I tried with LWIP with and without FreeRTOS and also NetxDuo with and without ThreadX. After lot of search I found this project where memory configuration was little different than it was in my previous attempts. Please see the RAM, Rx/Tx Descriptor addresses and MPU configurations from this project. It worked for me and I hope this helps you too.
2024-05-03 07:00 AM
This question was reposted and answered here. Thank you for all the support.