Lines Matching +full:write +full:- +full:protect

3 X-NUCLEO-EEPRMA2 EEPROM memory expansion board
9 The ST X-NUCLEO-EEPRMA2 expansion board can be used to evaluate M24xx series I2C
11 The X-NUCLEO-EEPRMA2 expansion board is compatible with the Arduino UNO R3
20 :alt: X-NUCLEO-EEPRMA2
23 `X-NUCLEO-EEPRMA2 website`_.
32 The SPI EEPROM devices can write protect complete memory blocks by setting
33 the corresponding block protect bits in the status register.
38 and the X-NUCLEO-EEPRMA2 in particular, see these ST Microelectronics documents:
40 - `X-NUCLEO-EEPRMA2 EEPROM memory expansion board User Manual`_
42 - `M24C02-F Serial I2C bus EEPROM Datasheet`_
43 - `M24256-DF Serial I2C bus EEPROM Datasheet`_
44 - `M24M01-DF Serial I2C bus EEPROM Datasheet`_
46 - `M95040-R Serial SPI bus EEPROM Datasheet`_
47 - `M95256-DF Serial SPI bus EEPROM Datasheet`_
48 - `M95M04-DR Serial SPI bus EEPROM Datasheet`_
53 The :zephyr:code-sample:`eeprom` sample can be used to demonstrate the expansion boards
55 Per default the shield sets an ``eeprom-0`` alias for the M24C02-FMC6TG EEPROM,
61 Set ``--shield x_nucleo_eeprma2`` when you invoke ``west build``. For example:
63 .. zephyr-app-commands::
64 :zephyr-app: samples/drivers/eeprom/
69 .. _X-NUCLEO-EEPRMA2 website:
70 https://www.st.com/en/evaluation-tools/x-nucleo-eeprma2.html
72 .. _X-NUCLEO-EEPRMA2 EEPROM memory expansion board User Manual:
73 …671710-getting-started-with-the-xnucleoeeprma2-standard-ic-and-spi-eeprom-memory-expansion-board-b…
75 .. _M24C02-F Serial I2C bus EEPROM Datasheet:
76 https://www.st.com/resource/en/datasheet/m24c02-f.pdf
78 .. _M24256-DF Serial I2C bus EEPROM Datasheet:
79 https://www.st.com/resource/en/datasheet/m24256-df.pdf
81 .. _M24M01-DF Serial I2C bus EEPROM Datasheet:
82 https://www.st.com/resource/en/datasheet/m24m01-df.pdf
84 .. _M95040-R Serial SPI bus EEPROM Datasheet:
85 https://www.st.com/resource/en/datasheet/m95040-r.pdf
87 .. _M95256-DF Serial SPI bus EEPROM Datasheet:
88 https://www.st.com/resource/en/datasheet/m95256-df.pdf
90 .. _M95M04-DR Serial SPI bus EEPROM Datasheet:
91 https://www.st.com/resource/en/datasheet/m95m04-dr.pdf