Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Embeded-SCM Develop
Title: EFM8BB1_CRC Download
 Description: // Program Description: // // This program shows how to use the CRC engine in the automatic mode and the // manual mode. The automatic mode can be used to calculate the CRC of flash // pages. The manual mode can be used to calculate the CRC of any number of // bytes manually written to the CRC engine. // // This program calculates the 16-bit CRC of the number of flash pages found in // the global constant section. The first section uses the manual method to // calculate the CRC of all bytes except the last two. The last two bytes // store the resulting CRC value. The second section uses the automatic CRC // feature to calculate the entire CRC, including the result stored in the last // two bytes of the last flash pages. The final resulting CRC should be 0. // // NOTE: The block size of the CRC module is half the flash page size. // The CRC block size is 256 bytes and the Flash page size is 512 bytes.
 Downloaders recently: [More information of uploader jason ]
 To Search:
File list (Check if you may need any files):
Interrupts.c
EFM8BB1_CRC0.c
EFM8BB1_FlashPrimitives.c
EFM8BB1_FlashUtils.c
InitDevice.c

CodeBus www.codebus.net