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.

关于读取RTC的RTCYEAR



如图手册中,Do not access the RTCYEAR register in byte mode.

请问在C编程中还需要考虑这个问题么?16位单片机是怎么处理的?唉,我还是得要学汇编基本

unsigned char year = RTCYEAR; //BCD格式,取年份后两位,时钟同步问题另外考虑

现在常用的所有的编译器是否都一样?

谢谢