Difference between revisions of "HANcoder/STM32/Blocks/UDS Get Seed"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= This block reads the 32-bit seed value to be used in the seed/key unlock sequence. Output: Seed value to be used in the seed/key unlock sequence. |b...")
 
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
info=
 
info=
 
This block reads the 32-bit seed value to be used in the seed/key unlock sequence.
 
This block reads the 32-bit seed value to be used in the seed/key unlock sequence.
 
Output: Seed value to be used in the seed/key unlock sequence.
 
  
 
|blockImage=
 
|blockImage=
 
UDSGetSeed.png
 
UDSGetSeed.png
 
 
|maskImage=
 
|maskImage=
 
UDSGetSeedMask.png
 
UDSGetSeedMask.png
  
 +
}}
 +
== Outputs (outports) ==
 +
Seed value to be used in the seed/key unlock sequence.[uint32]
 +
 +
== Block parameters ==
 +
{| class="wikitable"
 +
|-
 +
! style="width:150px" | Parameter
 +
! Description
 +
|-
 +
| Sample time
 +
| The block execution time, the amount of time between consecutive executions of the block. 0.1 means the the block will be executed at 10 Hz.
 +
|}
 +
 +
{{HANcoder/BlockFooter|
 +
|SeeAlso = [[HANcoder/STM32/Blocks/UDS_Get_Key|UDS Get Key]] {{!}} [[HANcoder/STM32/Blocks/UDS_Get_Seed_Event|UDS Get Seed Event]] {{!}} [[HANcoder/STM32/Blocks/UDS_Init|UDS Init]] {{!}} [[HANcoder/STM32/Blocks/UDS_Set_Key_Verified|UDS Set Key Verified]] {{!}} [[HANcoder/STM32/Blocks/UDS_Set_Seed|UDS Set Seed]] {{!}} [[HANcoder/STM32/Blocks/UDS_Verify_Key_Event|UDS Verify Key Event]]
 
}}
 
}}

Latest revision as of 10:37, 5 May 2017

Supported Targets: Olimexino, E407, P405

General information about UDS Get Seed

This block reads the 32-bit seed value to be used in the seed/key unlock sequence.

Block

UDSGetSeed.png

Mask

UDSGetSeedMask.png

Outputs (outports)

Seed value to be used in the seed/key unlock sequence.[uint32]

Block parameters

Parameter Description
Sample time The block execution time, the amount of time between consecutive executions of the block. 0.1 means the the block will be executed at 10 Hz.

See Also

UDS Get Key | UDS Get Seed Event | UDS Init | UDS Set Key Verified | UDS Set Seed | UDS Verify Key Event