DLPU048E August 2016 – July 2024
External Video Checksum Settings command is used to specify the desired window of video pixels and the expected checksum. This command can also be read to confirm the actual checksum of the current video data.
Figure 6-2 demonstrates the checksum region configuration.
The following equation is used to calculate the checksum. For each pixel within the specified window, sum the red, green, and blue level and add it to the checksum. If the value exceeds 32-bits (0xFFFFFFFF), the checksum rolls over to 0.
CS(n) = ( CS(n-1) + R(n) + G(n) + B(n) ) & 0xFFFFFFFF
Where:
Settings should only be modified while the test is disabled. If changes need to be made to the settings, the test should be disabled and then re-enabled after settings have been applied.