Difference between revisions of "HANcoder/STM32/Blocks/Read from EEPROM"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
Line 10: Line 10:
  
 
|blockParameters =  
 
|blockParameters =  
"{| class="wikitable"
+
 +
 
 +
<pre style="color: red">{| class="wikitable"
 
|-  
 
|-  
 
! style="width:150px" | Parameter
 
! style="width:150px" | Parameter
Line 17: Line 19:
 
| Sample time
 
| Sample time
 
| Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.
 
| Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.
|}"
+
|}</pre>
  
 
}}
 
}}
  
 
== Block parameters==
 
== Block parameters==

Revision as of 10:10, 5 April 2017

Supported Targets: Olimexino, E407, P405

General information about Read from EEPROM

A 'Read from EEPROM' block reads a value from the specified EEPROM identifier.

Block

ReadFromEEPROMBlock.png

Mask

ReadFromEEPROMMask.png

Block parameters