STMicroelectronics / x-cube-azrtos-h7

X-CUBE-AZRTOS-H7 (Azure RTOS Software Expansion for STM32Cube) provides a full integration of Microsoft Azure RTOS in the STM32Cube environment for the STM32H7 series of microcontrollers.

Home Page:https://www.st.com/en/embedded-software/x-cube-azrtos-h7.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nx_TCP_Echo_Client example on STM32H735G-DK

escherstair opened this issue · comments

This is an enhancement request.
Nx_TCP_Echo_Client example is available for NUCLEO-H723ZG.

Is it possible to add this example for STM32H735G-DK too?

Thanks

Hi @escherstair,
you can easily port it without any issue:

  • create a copy of the "NX_UDP_Echo_Client" that is running on the STM32H735G-DK
  • use the files "app_netxduo.h" & "app_netxduo.c" from the "NX_TCP_Echo_Client" to override the ones of the "NX_UDP_Echo_Client"

could you try and let us know?

Hi @rahmanih,
I followed your suggestion.
Everything works fine, with an additional step:

  • inside "app_netxduo.h" replace #include "stm32h7xx_nucleo.h" with #include "stm32h735g_discovery.h"
    Then I changed a little bit some file names and references from NX_UDP_Echo_Client to NX_TCP_Echo_Client

well done!

Hi,

@rahmanih, thank you for your support. @escherstair, glad to read you could port this example to your DK board. Please allow me to close this issue.

With regards,