目覚まし時計的なものを作りたいと思い、RTCの設定を確認、設定した時の流れを書いておきます。 今回もSTM32G0シリーズでの経緯となります。 RTC設定の保護 まず大前提として、RTCはソフトウェアリセットの影響を受けない部分が多いです。 デバッグやSHUTDOWN ...
Keeping track of time is essential, even for microcontrollers, which is why a real-time clock (RTC) peripheral is a common feature in MCUs. In the case of the STM32 family there are three varieties of ...