Skip to main content
Visitor II
January 31, 2023
Question

I need help to implement SNTP on NUCLEO - H723ZG board it consist STM32H723ZGT6U microcontroller.

  • January 31, 2023
  • 2 replies
  • 870 views

This is SNTP related query.

I have connected my NUCLEO - H723ZG board with ethernet LAN port and now I want to receive and extract time ( through SNTP) on my NUCLEO - H723ZG board so i need support a reference code which can complete my desired requirement.

Please provide guidance in this regards.

It on urgent basis.

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    February 24, 2023

    Hello @SGupt.13​ and welcome to Community :) ;

    I advise you to get inspired from the Nx_SNTP_Client example available in x-cube-azrtos-h7 package.

    This example developed with STM32H747I-DISCO board.

    But, you can configurated your project with Nucleo-H723ZG by following the instructions "How to develop a NetX SNTP client and connect with an STNP server to get a time update" in the readme file.

    I hope this help you!

    Kaouthar

    Graduate
    November 13, 2023

    Are you still dealing with this issue?