README.md aktualisiert
This commit is contained in:
parent
0224ede811
commit
d0c4961590
29
README.md
29
README.md
|
@ -1,28 +1,25 @@
|
|||
# EEPROM EMULATION Library for STM32
|
||||
---
|
||||
## Please Do not Forget to get STAR, DONATE and support me on social networks. Thank you. :sparkling_heart:
|
||||
## use it on your own risk
|
||||
---
|
||||
- Author: Nima Askari
|
||||
- Github: https://www.github.com/NimaLTD
|
||||
- Youtube: https://www.youtube.com/@nimaltd
|
||||
- LinkedIn: https://www.linkedin.com/in/nimaltd
|
||||
- Instagram: https://instagram.com/github.NimaLTD
|
||||
- Author: Rainer Wieland
|
||||
- Git: https://gitea.iotxs.de/RainerWieland/ee
|
||||
---
|
||||
> [!NOTE]
|
||||
> Please Test Any MCU you have and tell me the result.
|
||||
|
||||
> [!CAUTION]
|
||||
> EEPROM Emulation Library may not be suitable for frequent data alterations.
|
||||
> EEPROM Emulation Library is based on <a href="https://www.st.com/en/embedded-software/x-cube-eeprom.html">EEPROM emulation expansion software for STM32Cube</a> .
|
||||
> It is not working on Dual pages Sector-Base Flash ( STM32F429II ...)
|
||||
---
|
||||
This library facilitates EEPROM emulation on microcontrollers by selecting the latest sector or page for emulation space.
|
||||
## Tested List:
|
||||
### STM32F
|
||||
- - [x] STM32F0
|
||||
- - [ ] STM32F0
|
||||
- - [ ] STM32F1
|
||||
- - [ ] STM32F2
|
||||
- - [ ] STM32F3
|
||||
- - [x] STM32F4
|
||||
- - [ ] STM32F4
|
||||
- - [ ] STM32F7
|
||||
### STM32L
|
||||
- - [ ] STM32L0
|
||||
|
@ -30,19 +27,19 @@ This library facilitates EEPROM emulation on microcontrollers by selecting the l
|
|||
- - [ ] STM32L4
|
||||
- - [ ] STM32L5
|
||||
### STM32C
|
||||
- - [x] STM32C0
|
||||
- - [ ] STM32C0
|
||||
### STM32G
|
||||
- - [x] STM32G0
|
||||
- - [x] STM32G4
|
||||
- - [ ] STM32G0
|
||||
- - [ ] STM32G4
|
||||
### STM32H
|
||||
- - [x] STM32H5
|
||||
- - [x] STM32H7
|
||||
- - [ ] STM32H5
|
||||
- - [ ] STM32H7
|
||||
### STM32U
|
||||
- - [ ] STM32U0
|
||||
- - [x] STM32U5
|
||||
- - [ ] STM32U5
|
||||
### STM32W
|
||||
- - [ ] STM32WB
|
||||
- - [ ] STM32WL
|
||||
- - [X] STM32WL
|
||||
- - [ ] STM32WBA
|
||||
---
|
||||
* Install Library from https://github.com/nimaltd/STM32-PACK/raw/main/EE/NimaLTD.I-CUBE-EE.pdsc
|
||||
|
|
Loading…
Reference in New Issue
Block a user