Raptor:Read Checksum Block: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
 
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[RaptorWiki|Return to the main Raptor page]]
[[Raptor-Platform|Return to the main Raptor page]]


[[Raptor:CAN|Return to CAN page]]
[[Raptor-Dev-Checksum|Return to Checksum page]]


[[file:raptor_read_checksum.JPG|frameless|border|Read Checksum block|center]]
[[file:raptor_read_checksum.JPG|frameless|border|Read Checksum block|center]]


== Description ==
== Description ==
<p>This block is used to read the checksum of memory segments in the controller calculated by the Calculate Checksum block.
<p>This block is used to read the checksum of memory segments in the controller calculated by the [[Raptor:Calc Checksum Block|Calc Checksum Block]].
</p>
</p>


Line 34: Line 34:
! Name
! Name
| String
| String
| Defines the name of this memory checksum to be used with the read checksum block.
| The name of the checksum to read.
|-
! Constant (FLASH) Variables
|
| Includes the constant memory segment in the checksum.
|-
! NonVolatile (EEPROM) Variables
|
| Includes the non volatile memory segment in the checksum.
|-
! Calibration Variables
|
| Includes calibration data in the checksum.
|-
! Code
|
| Includes the executed code in the checksum.
|-
! Execution Mode
|
| Chooses whether the checksum calculates once on startup or continuously.
|}
|}

Latest revision as of 16:57, 16 December 2016

Return to the main Raptor page

Return to Checksum page

Read Checksum block
Read Checksum block

Description

This block is used to read the checksum of memory segments in the controller calculated by the Calc Checksum Block.

Outputs

Output Type Description
Ready boolean Indicates that a valid checksum is on the checksum port.
Checksum uint16 The calculated checksum value.

Parameters

Parameter Type Description
Name String The name of the checksum to read.