Difference between revisions of "HANcoder/STM32/Blocks/UDS Init"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= Initializes the Unified Diagnostic Services (UDS) communication module. |blockImage=UDSInit.png |maskImage=UDSInitMask.png |CANChannel: The CAN cha...")
 
Line 8: Line 8:
 
|maskImage=UDSInitMask.png
 
|maskImage=UDSInitMask.png
  
|CANChannel: The CAN channel to communicate on
+
|CANChannel= The CAN channel to communicate on
|CANTransmitID: CAN identifier for ECU to Tester
+
|CANTransmitID= CAN identifier for ECU to Tester
|CANReceiveID: CAN identifier for Tester to ECU
+
|CANReceiveID= CAN identifier for Tester to ECU
|TPBLockSize: Number of CF's to receive before sending a FC
+
|TPBlocksize= Number of CF's to receive before sending a FC
|TPSTMin: Min separation time (ms) expected between CF's
+
|TPSTmin= Min separation time (ms) expected between CF's
|TPReception buffer size: Size of the buffer for TP receptions
+
|TPReceptionBufferSize= Size of the buffer for TP receptions
|UDSTransmit buffer size: Size of the buffer for UDS/TP transmissions
+
|UDSTransmitBufferSize= Size of the buffer for UDS/TP transmissions
|UDSSeedKey required: Requires a seed/key unlock sequence
+
|UDSSeedKeyRequired= Requires a seed/key unlock sequence
  
  
 
}}
 
}}

Revision as of 12:02, 21 March 2017

Supported Targets: Olimexino, E407, P405

General information about UDS Init

Initializes the Unified Diagnostic Services (UDS) communication module.

Block

UDSInit.png

Mask

UDSInitMask.png