Difference between revisions of "Component: Serial EEPROM (93C46) (EEPROM)"
From Flowcode Help
Jump to navigationJump to searchLine 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
− | Please click here to download the component source project: [https://www.flowcode.co.uk/ | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_Serial_EEPROM_(93C46).fcfx FC_Comp_Source_Serial_EEPROM_(93C46).fcfx] |
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Serial_EEPROM_(93C46).fcfx FC_Comp_Source_Serial_EEPROM_(93C46).fcfx] | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Serial_EEPROM_(93C46).fcfx FC_Comp_Source_Serial_EEPROM_(93C46).fcfx] | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 48: | Line 50: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 76: | Line 80: | ||
==Macro reference== | ==Macro reference== | ||
+ | |||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Erase''' | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
+ | | width="90%" | Address | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Read''' | ||
+ | |- | ||
+ | | colspan="2" | 8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
+ | | width="90%" | address | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u16-icon.png]] - UINT | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Write''' | ||
+ | |- | ||
+ | | colspan="2" | 8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
+ | | width="90%" | address | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
+ | | width="90%" | Value | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SendBits''' | ||
+ | |- | ||
+ | | colspan="2" | A simple example showing a generic way to write a register using I2C. | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
+ | | width="90%" | value | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
+ | | width="90%" | length | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''EraseAll''' | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==Property reference== | ||
+ | |||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="90%" | Mode | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
+ | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Connections | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-5-icon.png]] | ||
+ | | width="90%" | CS | ||
+ | |- | ||
+ | | colspan="2" | EEPROM pin 1 | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-5-icon.png]] | ||
+ | | width="90%" | SK | ||
+ | |- | ||
+ | | colspan="2" | EEPROM pin 2 | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-5-icon.png]] | ||
+ | | width="90%" | DI | ||
+ | |- | ||
+ | | colspan="2" | EEPROM pin 3 | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-5-icon.png]] | ||
+ | | width="90%" | DO | ||
+ | |- | ||
+ | | colspan="2" | EEPROM pin 4 | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
+ | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Operations | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
+ | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Control Codes | ||
+ | |- | ||
+ | |}==Macro reference== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
Revision as of 09:59, 27 January 2023
Author | MatrixTSL |
Version | 1.0 |
Category | EEPROM |
Contents
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 |
![]() |
Address |
![]() |
Return |
![]() |
Read |
8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
![]() |
address |
![]() |
Return |
![]() |
Write |
8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
![]() |
address |
![]() |
Value |
![]() |
Return |
![]() |
SendBits |
A simple example showing a generic way to write a register using I2C. | |
![]() |
value |
![]() |
length |
![]() |
Return |
![]() |
EraseAll |
![]() |
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 |
==Macro reference==
![]() |
Erase |
![]() |
Address |
![]() |
Return |
![]() |
Read |
8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
![]() |
address |
![]() |
Return |
![]() |
Write |
8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
![]() |
address |
![]() |
Value |
![]() |
Return |
![]() |
SendBits |
A simple example showing a generic way to write a register using I2C. | |
![]() |
value |
![]() |
length |
![]() |
Return |
![]() |
EraseAll |
![]() |
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 |
==Macro reference==
![]() |
Erase |
![]() |
Address |
![]() |
Return |
![]() |
Read |
8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
![]() |
address |
![]() |
Return |
![]() |
Write |
8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
![]() |
address |
![]() |
Value |
![]() |
Return |
![]() |
SendBits |
A simple example showing a generic way to write a register using I2C. | |
![]() |
value |
![]() |
length |
![]() |
Return |
![]() |
EraseAll |
![]() |
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 |
==Macro reference==
![]() |
Erase |
![]() |
Address |
![]() |
Return |
![]() |
Read |
8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
![]() |
address |
![]() |
Return |
![]() |
Write |
8bit mode address = 0 to 128 Data = 0 to 255 16bit mode address = 0 to 64 Data = 0 to 65535 | |
![]() |
address |
![]() |
Value |
![]() |
Return |
![]() |
SendBits |
A simple example showing a generic way to write a register using I2C. | |
![]() |
value |
![]() |
length |
![]() |
Return |
![]() |
EraseAll |
![]() |
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 |