rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 26 forks source link

Eeprom #51

Closed amcelroy closed 1 year ago

amcelroy commented 1 year ago

Howdy,

I recently had a requirement to store some variables in EEPROM on the TM4C123 and added code to:

I tested the code in another project using RTIC with a Tiva C Series Launchpad and included the relevant test and example code in tiva-c-launchpad/src/main.rs. Please let me know if any changes need to be made or if any issues arise during testing.

Thanks, Austin

amcelroy commented 1 year ago

Sure no problem! I'm still pretty new to Rust and and grappling with the format checking. Sorry about that.

If any other internet stranger stumbled across this post helped set things to right to configured VS Code to auto format on save.

thejpster commented 1 year ago

Just the comment to go, then ready to merge. Thank you!