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.

MSP432E401Y: how time of the day obtained

Part Number: MSP432E401Y
Other Parts Discussed in Thread: SYSBIOS

I am developing software for MSP432E401Y.

I would like to know how the time of the day is obtained.

In details, I see the time of the day is generated by function time(), which call function ti_sysbios_hal_secons_get().

The is no source code for ti_sysbios_hal_secons_get(), so I do not understand it works.

I wondered if ti_sysbios_hal_secons_get() executes function  SNTP_getTime() which get the time from a time server in the internet.

Thank you very much

Long