apache / mynewt-core

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
813 stars 365 forks source link

mcu/stm32: Fix hal_nvreg_write for STM32F1 #3244

Closed kasjer closed 3 weeks ago

kasjer commented 3 weeks ago

Writing to backup registers requires enabling BPK_CLK. For read it does not seem to be needed.