Introduction
This example demonstrates usage of the SDL TMU ROM Checksum. This example is used to check the integrity of the TMU ROM data. Its work is to take a set of data associated with the memory regions of TMU ROM and perform checksum on that data and then compare that resultant data value against a pre-determined golden vector value.
Use Cases
| Use Case | Description |
| UC-1 | Calculate TMU ROM CHECKSUM from R5F Core. |
Supported Combinations
| Parameter | Value |
| CPU + OS | r5fss0-0 nortos |
| r5fss1-0 nortos |
| Toolchain | ti-arm-clang |
| Board | am263px-cc |
| Example folder | examples/sdl/tmu_rom_checksum/ |
Steps to Run the Example
See Also
TMU_ROM_CHECKSUM
Sample Output
TMU ROM Checksum Example Application
Calculating TMU ROM Checksum
TMU ROM-Checksum Data integrity passed
Calcuated TMU CRC High : 0xccdab254
Calcuated TMU CRC Low : 0x36cfb524
All tests Passed