2024-11-21 01:30 PM
Hello,
Is there any example code for the STM32H563ZI eval board that has an application using FreeRTOS-Plus-TCP?
I've checked ST's Github for the STM32CubeH5. Is there a similar chip's repo that could be a good reference?
Thanks
2024-11-21 02:33 PM
Hello @potatobandit ,
In the official Cube Firmware package for STM32H5 there is support for the Azure NetXDuo networking stack.
you can find some reference implementation of FreeRTOS-Plus-TCP in this GitHub Repo.
Regards