Difference between revisions of "Component: Flash EEPROM (Storage)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 32: | Line 34: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 132: | Line 136: | ||
|- | |- | ||
| colspan="2" | Number of bits that can be stored or retreived using a single flash address | | colspan="2" | Number of bits that can be stored or retreived using a single flash address | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 17:24, 9 November 2022
Author | Matrix TSL |
Version | 1.0 |
Category | Storage |
Contents
Flash EEPROM component
Provides an emulated version of EEPROM using the microcontrollers on-board flash program memory. Requires a microcontroller with write and erase access to the flash memory.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Read |
Reads a single value from the Flash EEPROM at the specified address | |
![]() |
Address |
![]() |
Return |
![]() |
Write |
Writes a single value to the Flash EEPROM at the specified address | |
![]() |
Address |
![]() |
Data |
![]() |
Return |