Closed dbrgn closed 4 years ago
This PR exposes the factory calibration data.
Verified to be working on an STM32L071KBTx. As a cross-check, I verified the memory addresses against the datasheet of the (randomly picked) STM32L053C6, they match.
Strongly inspired by the signature module in https://github.com/stm32-rs/stm32f4xx-hal/blob/master/src/signature.rs.
signature
Fixes #120.
CC @rnestler
Docs improved and branch rebased against master!
This PR exposes the factory calibration data.
Verified to be working on an STM32L071KBTx. As a cross-check, I verified the memory addresses against the datasheet of the (randomly picked) STM32L053C6, they match.
Strongly inspired by the
signature
module in https://github.com/stm32-rs/stm32f4xx-hal/blob/master/src/signature.rs.Fixes #120.
CC @rnestler