EEPROM SPI

From Visuino
Revision as of 06:10, 23 August 2025 by Visuino (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoEEPROMSPI.png

Summary

Provides access to external EEPROM memory over the SPI interface.

Description

The **EEPROM (SPI)** component enables communication with SPI-based EEPROM chips for non-volatile data storage. It can be used to save and retrieve configuration data, logs, calibration parameters, or other persistent values that must be retained even after power cycles.

This component supports a variety of **data element types**, making it flexible for different storage applications.

  • Elements:
    • Storage
    • Storage State
    • Alpha Color
    • Color
    • Analog
    • Complex
    • Quaternion
    • Integer
    • Unsigned
    • Integer 64 bit
    • Unsigned 64 bit
    • Integer 8 bit
    • Unsigned 8 bit
    • Integer 16 bit
    • Unsigned 16 bit
    • Char
    • Digital
    • Text
    • Binary
    • RGBW Alpha Color
    • RGBW Color
    • Date/Time

Diagram:

Categories

Properties

  • Address Bytes – Defines the addressing length (default = 2).
  • Elements – Add, edit, or remove data elements for storage.
  • Enabled – Enables or disables the component.
  • Protected Blocks – Defines memory protection region:
 * pbNone  
 * pbUpperQuarter  
 * pbUpperHalf  
 * pbAll  
  • SPISpeed – SPI bus communication speed.
  • Write Enable – Enables or disables write operations.

Pins

Output Pins

  • Out – SPI communication interface.
  • Chip Select – Digital control pin to select the EEPROM chip.
  • Write Protected – Digital output pin indicating if the chip is write-protected.

index.php?title=Category:Components