Skip to main content
Graduate II
November 21, 2024
Solved

NetX Duo with STM32H5xx

  • November 21, 2024
  • 2 replies
  • 1306 views

Hello, 

On the ST wiki for NetX Duo [ Introduction to NETXDUO - stm32mcu ], there is the following info tag:

potatobandit_0-1732217910178.png

"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

    This topic has been closed for replies.
    Best answer by STea

    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 STM32CubeH5 - STM32Cube MCU Package for STM32H5 series (HAL, Low-Layer APIs and CMSIS, USB, TCP/IP, File system, RTOS, Graphic - and examples running on ST boards) - STMicroelectronics


    Regards 

    2 replies

    STeaAnswer
    ST Employee
    November 21, 2024

    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 STM32CubeH5 - STM32Cube MCU Package for STM32H5 series (HAL, Low-Layer APIs and CMSIS, USB, TCP/IP, File system, RTOS, Graphic - and examples running on ST boards) - STMicroelectronics


    Regards 

    Graduate II
    November 21, 2024

    Thank you!