Skip to main content
Explorer
August 18, 2023
Question

H563zi TCP/IP echo server example

  • August 18, 2023
  • 1 reply
  • 1562 views

Anyone have an example of a TCP/IP echo server with the h563?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    August 21, 2023

    Hello @Gentec-EO_sdussault and welcome to the Community :)

    I advise you to get inspiration from the example available within STM32CubeH5 MCU package:

    /STM32CubeH5/Projects/STM32H573I-DK/Applications/NetXDuo/Nx_TCP_Echo_Server/

    This example is tested with STM32H573I-DK boards, but you can easily tailor this application to your supported STM32H563 device.

    Hope this helped you :)

    Imen