Difference between revisions of "Component: Serial EEPROM (24C01 24C16) (Storage)"
From Flowcode Help
Jump to navigationJump to search(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
==Serial EEPROM (24C01 - 24C16) component== | ==Serial EEPROM (24C01 - 24C16) component== | ||
Serial (I2C) EEPROM component for 24C01 to 24C16 | Serial (I2C) EEPROM component for 24C01 to 24C16 | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | STORAGE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 24: | Line 34: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 142: | Line 158: | ||
|- | |- | ||
|- | |- | ||
− | + | | 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" style="background-color:# | ||
− | | width="90%" style="background-color:# | ||
|- | |- | ||
|- | |- | ||
Line 196: | Line 197: | ||
| colspan="2" | On older microcontroller devices there is a potential for the I2C hardware channel to lock up if there is not a 10ms delay between an I2C stop event and the next I2C start event. Most modern microcontrollers will not have a problem so this property can be disabled to speed up the I2C communications. | | colspan="2" | On older microcontroller devices there is a potential for the I2C hardware channel to lock up if there is not a 10ms delay between an I2C stop event and the next I2C start event. Most modern microcontrollers will not have a problem so this property can be disabled to speed up the I2C communications. | ||
|- | |- | ||
− | | width="10%" align="center" style="background-color:# | + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] |
− | | width="90%" style="background-color:# | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Simulation |
|- | |- | ||
|- | |- |
Latest revision as of 17:24, 9 November 2022
Author | Matrix TSL |
Version | 2.0 |
Category | Storage |
Contents
Serial EEPROM (24C01 - 24C16) component
Serial (I2C) EEPROM component for 24C01 to 24C16
Component Pack
STORAGE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Read |
Read and return the value of the EEPROM at the given address | |
![]() |
address |
![]() |
Return |
![]() |
ReadPage |
Read and return the value of the EEPROM at the given address | |
![]() |
address |
![]() |
data |
![]() |
count |
![]() |
Return |
![]() |
Write |
Write the given data value to the EEPROM at the given address | |
![]() |
address |
![]() |
data |
![]() |
Return |
![]() |
WritePage |
Write the given data value to the EEPROM at the given address | |
![]() |
address |
![]() |
data |
![]() |
count |
Range: 1-128 | |
![]() |
Return |