Hi, I want to have a function that will do a simple 16-bit check of the DATA Program Memory (ROM). Does anyone have an example of such code? FYI: I'm using the ICCAVR C-Compiler e.g. for(pointer to start of ROM; pointer < end of ROM; inc pointer) iCheckSum = *pointer; Regards, Bob Bryant
Message
Reading program memory...
2004-03-11 by bryant_bob