Difference between revisions of "Component: Flash EEPROM (Storage)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Flash EEPROM component== | ==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. | 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== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:25, 7 January 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 |