Difference between revisions of "HANcoder/STM32/Blocks/Erase EEPROM"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder}}")
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{HANcoder}}
+
{{HANcoder/block
 +
 
 +
|info = An 'Erase EEPROM' erases all values from EEPROM.
 +
 
 +
|blockImage = EraseEEPROMBlock.png
 +
 
 +
|maskImage = EraseEEPROMMask.png
 +
 
 +
|SampleTime = Default
 +
 
 +
|SeeAlso = [[HANcoder/Save_EEPROM|Save EEPROM]] {{!}} [[HANcoder/Read_from_EEPROM|Read from EEPROM]] {{!}} [[HANcoder/Write_to_EEPROM|Write to EEPROM]]
 +
 
 +
}}
 +
 
 +
== Block inputs (inports) ==
 +
Trigger input: When this signal changes from 0 to 1 the block is executed and the EEPROM is erased.<br/>
 +
 
 +
== Examples ==
 +
[[HANcoder/Examples/Using_EEPROM| Using EEPROM]]
 +
 
 +
{{HANcoder/BlockFooter|
 +
|SeeAlso = [[HANcoder/STM32/Blocks/Read_from_EEPROM|Read from EEPROM]] {{!}} [[HANcoder/STM32/Blocks/Write_to_EEPROM|Write to EEPROM]] {{!}} [[HANcoder/STM32/Blocks/Save_EEPROM|Save EEPROM]]
 +
}}

Latest revision as of 10:21, 5 May 2017

Supported Targets: Olimexino, E407, P405

General information about Erase EEPROM

An 'Erase EEPROM' erases all values from EEPROM.

Block

EraseEEPROMBlock.png

Mask

EraseEEPROMMask.png

Block inputs (inports)

Trigger input: When this signal changes from 0 to 1 the block is executed and the EEPROM is erased.

Examples

Using EEPROM

See Also

Read from EEPROM | Write to EEPROM | Save EEPROM