Difference between revisions of "HANcoder/STM32/Blocks/UDS Verify Key Event"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{HANcoder/block|
 
{{HANcoder/block|
 
info=
 
info=
A 'UDS Verify Key Event' block is needed when the parameter 'UDS seed/key
+
This block has a function call output that gets triggered during a seed/key sequence, when the UDS module received a 32-bit key from the tester that needs to be verified. The connected subsystem should contain a 'UDS Set Key Verified' block to inform the UDS module if the received key was correct.
required' is set to TRUE (checked) in the 'UDS Init' block.
+
A 'UDS Verify Key Event' block is needed when the parameter 'UDS seed/key required' is set to TRUE (checked) in the 'UDS Init' block.
 
 
This block has a function call output that gets triggered during a seed/key
 
sequence, when the UDS module received a 32-bit key from the tester that
 
needs to be verified. The connected subsystem should contain a 'UDS Set Key
 
Verfied' block to inform the UDS module if the received key was correct.
 
 
 
 
 
'''Output'''
 
 
 
 
 
The output port allows the connection of a function call subsystem. It could also be terminated when not in use.
 
  
 
|blockImage=UDSVerifyKeyEvent.png
 
|blockImage=UDSVerifyKeyEvent.png
 
 
 
|maskImage=UDSVerifyKeyEventMask.png
 
|maskImage=UDSVerifyKeyEventMask.png
 +
}}
 +
== Outputs (outports) ==
 +
The output port allows the connection of a function call subsystem. It can also be terminated when not in use.
  
 
+
{{HANcoder/BlockFooter|
 
+
|SeeAlso = [[HANcoder/STM32/Blocks/UDS_Get_Key|UDS Get Key]] {{!}} [[HANcoder/STM32/Blocks/UDS_Get_Seed|UDS Get Seed]] {{!}} [[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]]
 
}}
 
}}

Latest revision as of 10:40, 5 May 2017

Supported Targets: Olimexino, E407, P405

General information about UDS Verify Key Event

This block has a function call output that gets triggered during a seed/key sequence, when the UDS module received a 32-bit key from the tester that needs to be verified. The connected subsystem should contain a 'UDS Set Key Verified' block to inform the UDS module if the received key was correct. A 'UDS Verify Key Event' block is needed when the parameter 'UDS seed/key required' is set to TRUE (checked) in the 'UDS Init' block.

Block

UDSVerifyKeyEvent.png

Mask

UDSVerifyKeyEventMask.png

Outputs (outports)

The output port allows the connection of a function call subsystem. It can also be terminated when not in use.

See Also

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