how to use CRC model when i want to store data in EEPROM

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

IN PSOC 5 i want to store some data in eeprom using crc model .

   

Please suggest me how to use this CRC  model or internal crc of psoc

0 Likes
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The crc component in Creator is designed for working on a serial bit stream. To verify an EEProm area for correctness a simple algorithm that add up all bytes into a uint16 would be sufficient.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

ok bob ....

0 Likes
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted
        subhash, Some time ago I posted myEEPROM component, which saves/recalls data from the EEPROM, and which includes a CRC check. See if this works for you, else copy CRC code from it http://www.cypress.com/forum/psoc-community-components/myeeprom-component-saverecall-application-set...   
0 Likes