The frequency of a real time clock varies with the application. The frequency 32768 Hz (32.768 KHz) is commonly used, because it is a power of 2 (215) value. And, you can get a precise 1 second period (1 Hz frequency) by using a 15 stage binary counter.
The number 32768 is a power of 2, i.e. it is 2^15. If you have a 32.768kHz clock frequency it is easy to divide it to an 1Hz frequency using binary frequency dividers, a.k.a. binary counters, i.e. chains of flip-flops.
Having a 1Hz frequency means you have a clock signal which provides 1s time resolution: count the seconds with a counter, do the math and you have a Real-Time Clock (RTC).
实时钟的频率通常依据应用需求而变化,32768赫兹(32.768千赫兹)因其2的15次幂特性被广泛使用。通过15级二进制计数器,可以实现精确到1秒的周期(1赫兹频率)。

581

被折叠的 条评论
为什么被折叠?



