Skip to main content
Associate
December 29, 2025
Solved

Ethernet or USB with FreeRTOS using Nucleo-STM32H753ZI

  • December 29, 2025
  • 3 replies
  • 493 views

Hello, dear colleagues!
If my request seems inappropriate to you, I apologise — but I had no other choice.
I've been struggling with this for a week now.
Please, if anyone has a ready-made working project, share it or give it to me.

I need a ready-made project for Nucleo-STM32H753ZI (MB1364-H753ZI-E01) that includes FreeRTOS with USB-CDC or Ethernet support.
I have tried many times, but I still cannot get past the FreeRTOS initialisation stage.

Thank you all.

 

*This post has been translated from Russian to comply with the ST Community guidelines.

Best answer by STackPointer64

Hello @boryabekk, and welcome to ST Community!

I have attached a freshly created and working project for the NUCLEO-H753ZI that features LwIP and FreeRTOS. You can use it as a starting point and add USB CDC after testing it. If you encounter any issues while running it, please let me know.

Best regards,

 

3 replies

mƎALLEm
Technical Moderator
December 29, 2025

Hello @boryabekk and welcome to the ST community,

For Ethernet+LWIP I suggest to refer to this knowledge base article, it uses already FreeRTOS: How to create a project for STM32H7 with Ethernet and LwIP stack working

"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."
boryabekkAuthor
Associate
December 29, 2025

First of all, thank you for your reply.
I have tried a lot using the resources you mentioned, but unfortunately, I still couldn’t get any successful result. I also tried many other sources, but in the end I realized that this work is beyond my current ability.
That’s why I hoped maybe someone could share a working project.

mƎALLEm
Technical Moderator
December 29, 2025
"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."
STackPointer64Best answer
Technical Moderator
December 29, 2025

Hello @boryabekk, and welcome to ST Community!

I have attached a freshly created and working project for the NUCLEO-H753ZI that features LwIP and FreeRTOS. You can use it as a starting point and add USB CDC after testing it. If you encounter any issues while running it, please let me know.

Best regards,

 

To improve visibility of answered topics, please click 'Accept as Solution' on the reply that resolved your issue or answered your question.
Technical Moderator
December 30, 2025

Hi @boryabekk 

This example may be helpful as well.

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.Best regards,FBL