5 years, 3 months ago.

RTC - C time std library suctions returns 4,294,967,295

Hello,

If I import the RTC example into the Mbed IDE it works, but after updating MBED revision a8f0c33eaa,

time_t seconds = time(NULL);

returns the value " 4294967295", which is the maximum value of an unsigned integer. Mbed example is at revision c9e63f1 My target is WIZWIKI-W7500P.

Please review this issue, thank you,

Gregorio

Be the first to answer this question.