Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习stm32F4。有一些我无法真正理解的困惑。
RTC报警和原系统报警有什么区别。我只知道RTC可以节省更多电量,但没有别的。任何人都可以向我解释或举例说明差异。非常感谢。
请查看此应用说明。这应该详细说明 RTC 的功能及其提供的功能。
简而言之:嵌入在 STM32 微控制器中的实时时钟 (RTC) 充当独立的 BCD 定时器/计数器。RTC 可用于提供功能齐全的日历、警报、定期唤醒单元、数字校准、同步、时间戳和高级篡改检测。
RTC 也可以比内部 SysClk 更精确。