Raptor:Read Checksum Block: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
 
No edit summary
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.
|}
|}

Revision as of 12:45, 1 September 2016

Return to the main Raptor page

Return to CAN 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 Calculate 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.