Skip to content
xoviat edited this page Mar 21, 2021 · 16 revisions

Getting Started

For stm32, we provide this example:

https://github.com/embassy-rs/embassy/blob/master/embassy-stm32f4-examples/src/bin/rtc_async.rs

Make sure the clock configuration is correct for your device.

Clone this wiki locally