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.
Hello,
Are there routines to support the MSP432E4xx RTC clock? I'm looking for a function similar to the MSP432P4xx's RTC_C_getCalendarTime(). If not, can I use the routine time() specified in time.h?
Best,
Magda
Hi,
Please refer to the hibernate example C:\ti\simplelink_msp432e4_sdk_4_20_00_12\examples\nortos\MSP_EXP432E401Y\driverlib\hibernate. This example uses RTC in calendar mode. You will need to use the driverlib instead of SDK's Driver API. MSP432E SDK does not have the equivalent of MSP432P4xx's RTC_C_getCalendarTime().