Library for SRAM and EERAM memories for micropython
Project description
micropython-sram
SRAM/EERAM library for micropython
Primary used to work with 23LCV1024 (SPI SRAM with battery backup) memory which can be used as EEPROM/Flash but with unlimited number of writes. For applications where you need offten writes.
Simple code just use default sequenatial mode and allow to read/write whole SRAM memory, in case of 23LCV1024 it's full 128kB.
Nice2have TODO:
- support also other chips (for example 47xx, 48xx) and protocols (like I2C)
- IO Stream support
- Page/Byte access modes (for example to prevent overwritting other data by buffer overflow)
- Filesystem emulation (? - maybe if there will be IOStream, then someother lib could be used?)
- Direct support to write other data types than buffer ? Like string, int
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file micropython-sram-0.0.1.tar.gz.
File metadata
- Download URL: micropython-sram-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7eeb018479c9656bbf6a5e706d5a78f440596f26d1d657927924dbeb43b2df1
|
|
| MD5 |
c927210f54439799bbba86933e58a2e5
|
|
| BLAKE2b-256 |
9baa9b91f9224dfb5dbf5cfa5906a3067734466b49be7d3d54b77bd51f996ea4
|