2024-11-21 11:48 AM
Hello,
On the ST wiki for NetX Duo [ Introduction to NETXDUO - stm32mcu ], there is the following info tag:
"Information - NetX requires that Zero-copy feature that is currently supported only in the STM32H7 HAL Ethernet driver. "
I have run the NetXDuo example application on the STM32H563ZI eval board and it's functioning as expected. I'm trying to understand what the limitation is for running NetX Duo on the H5 vs the H7, as this comment implies that I have to upgrade to the H7 to use the feature all together.
If I choose to run NetX Duo on the H5, is there a subset of features that won't work? Is zero-copy just not available?
Thanks
Solved! Go to Solution.
2024-11-21 02:24 PM
Hello @potatobandit ,
There is no limitation when using NetXDuo with STM32H5 series. this note and article came before the H5 series introduction and needs to be updated thank you for pointing this out.
You can get more examples using the hole azure ecosystem on STM32H5 in X-CUBE-AZURE-H5 - Microsoft Azure IoT software expansion for STM32Cube targeting STM32H573I-DK - STMicroelectronics
Regards
2024-11-21 02:24 PM
Hello @potatobandit ,
There is no limitation when using NetXDuo with STM32H5 series. this note and article came before the H5 series introduction and needs to be updated thank you for pointing this out.
You can get more examples using the hole azure ecosystem on STM32H5 in X-CUBE-AZURE-H5 - Microsoft Azure IoT software expansion for STM32Cube targeting STM32H573I-DK - STMicroelectronics
Regards
2024-11-21 03:46 PM
Thank you!