Skip to main content
Visitor II
February 22, 2023
Question

B-L475E-IOT01A1 loaded with reference code X-CUBE-GCP Iot version 1.0.0 is getting stuck at "Setting the RTC from the network time" USE_CLEAR_TIMEDATE is defined

  • February 22, 2023
  • 1 reply
  • 946 views

When checked on telnet that there was no response from the ST web page, when requested for header

Is there any issue in using ST website for getting the real time?

    This topic has been closed for replies.

    1 reply

    ST Employee
    February 23, 2023

    http://www.st.com still responds to Firefox browser GET requests. It does not with wget or curl.

    It's worth mimicking the header fields of a working GET request in the embedded application.

    Or just point to an HTTP server which is less picky.

    NGovi.1Author
    Visitor II
    February 24, 2023

    Thanks for the quick reply. Are you suggesting to use a different url other than http://www.st.com?