Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

micropython-sram-0.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page