stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
156 stars 103 forks source link

Add RTC calibration function. #307

Closed reitermarkus closed 2 years ago

reitermarkus commented 2 years ago

This is implemented according to RM0351 (STM32L47xxx, STM32L48xxx, STM32L49xxx and STM32L4Axxx).

MathiasKoch commented 2 years ago

Would it be possible to add some helper function on top of this functionality to automatically determine the best fit calibration, using ST's chapter on verifying calibration?

Genuine question, not a suggestion