Skip to main content
Explorer II
December 29, 2025
Solved

Ethernet or USB with FreeRTOS using Nucleo-STM32H753ZI

  • December 29, 2025
  • 3 replies
  • 162 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.

    This topic has been closed for replies.
    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

    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

    boryabekkAuthor
    Explorer II
    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.

    Technical Moderator
    December 29, 2025
    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,

     

    Technical Moderator
    December 30, 2025

    Hi @boryabekk 

    This example may be helpful as well.