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.

请问TI的专家 TM4C129 RTC 部分硬件 有bug吗,分不出大月小月?

Hibernate 部分  设置成RTC模式,发现一个问题,怎么自己分不出大月小月? 2014-06-30  23:59:50过了10秒变成了2014-06-31  ,之后变成了 2014-07-01;后来我试了2014-04-30,2014-11-30,都是一样的,都变成31号了,请专家们看看

初始化部分如下:

//
// Enable RTC mode.
//
HibernateRTCEnable();

//
// Configure the hibernate module counter to 24-hour calendar mode.
//
HibernateCounterMode(HIBERNATE_COUNTER_24HR);