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/wiki/componentsource/ | + | 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/ | + | 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 81: | Line 81: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Latest revision as of 13:12, 7 February 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
![]() |
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 |