Difference between revisions of "HANcoder/STM32/Blocks/Base Sample Time Config"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= This block gives you the opportunity to adjust the base sample time of the program. The smallest supported base sample time is 0.1ms (10 kHz). The ent...")
 
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
  
 
}}
 
}}
 +
 +
== Block parameters ==
 +
{| class="wikitable"
 +
|-
 +
! style="width:150px" | Parameter
 +
! Description
 +
|-
 +
| Base sample time
 +
| The base sample time is the sample time of the model, this is the minimum time between two model executions
 +
|-
 +
| Additional stack bytes
 +
| It is possible to assign more stack bytes to the Simulink model task. For more information about the stack see Wikipedia: [https://en.wikipedia.org/wiki/Stack_(abstract_data_type) stack]
 +
|}

Latest revision as of 10:23, 5 May 2017

Supported Targets: Olimexino, E407, P405

General information about Base Sample Time Config

This block gives you the opportunity to adjust the base sample time of the program. The smallest supported base sample time is 0.1ms (10 kHz). The entered value depends on how many times per second the user want to base sample time through the complete model.

Block

BaseSampleTimeConfig.png

Mask

BaseSampleTimeConfigMask.png

Block parameters

Parameter Description
Base sample time The base sample time is the sample time of the model, this is the minimum time between two model executions
Additional stack bytes It is possible to assign more stack bytes to the Simulink model task. For more information about the stack see Wikipedia: stack