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.

[参考译文] 编译器/TM4C1233H6PM:DS1307处于12小时模式

Guru**** 1788580 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/566818/compiler-tm4c1233h6pm-ds1307-in-12-hour-mode

器件型号:TM4C1233H6PM

工具/软件:TI C/C++编译器

我想在12 hor 模式下运行 ds1307 (RTC)。 我知道第二个寄存器的位6必须被置位来启用它。 位5设置为 PM、清除为 AM、但我不知道如何执行该操作

如果我想设置16:00。 必须是下午4点。 为此,我必须发送0x64。

请告诉我我是否出错了? 以及正确的方法。 bcz 如果我写入64、它不是显示的预期结果...

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    你好,Muhammad

    当写入时间寄存器时、操作必须开始-从器件 ADDR+RW=0 - REGADDR=0x2 -数据=0x64-STOP。 您是否在 I2C 总线上检查过它是否正确发生?