Component: Serial EEPROM (93C46) (EEPROM): Difference between revisions
Appearance
No edit summary |
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"" |
||
| Line 96: | Line 96: | ||
===Erase=== | ===Erase=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 115: | Line 115: | ||
===EraseAll=== | ===EraseAll=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 129: | Line 129: | ||
===Read=== | ===Read=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 148: | Line 148: | ||
===SendBits=== | ===SendBits=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 172: | Line 172: | ||
===Write=== | ===Write=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 197: | Line 197: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
Revision as of 14:15, 13 July 2026
| Author | MatrixTSL |
| Version | 1.0 |
| Category | EEPROM |
Serial EEPROM (93C46) component
A simple example showing the bare bones used to create a component based on SPI communications. ORG pin must be connected to GND
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Serial_EEPROM_(93C46).fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Serial_EEPROM_(93C46).fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Erase
| Erase | |
| Address | |
| Return | |
EraseAll
| EraseAll | |
| Return | |
Read
| Read | |
| 8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
| address | |
| Return | |
SendBits
| SendBits | |
| A simple example showing a generic way to write a register using I2C. | |
| value | |
| length | |
| Return | |
Write
| Write | |
| 8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
| address | |
| Value | |
| Return | |
Property reference
| Properties | |
| Mode | |
| Connections | |
| CS | |
| EEPROM pin 1 | |
| SK | |
| EEPROM pin 2 | |
| DI | |
| EEPROM pin 3 | |
| DO | |
| EEPROM pin 4 | |
| Operations | |
| Control Codes | |