This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Using simplelink_msp432e4_sdk_2_40_00_11 and FreeRTOSv10.1.1 on MSP-EXP432E401Y:
Problem:
SNTP_getTime() call within startsntp.c jumps to faultISR() function.
Exact line:
The call to SlNetSock_create() in getTime() in sntp.c when connecting to time.google.com
Workaround:
Changed the first NTP server in the SNTP_internalServersList[] from time.google.com to time.nist.gov
Debugging done:
Was able to get time from time.google.com using Apache Commons Net. So server is up and I can reach it from my network using another NTP client.
**Attention** This is a public forum