Question
Cosmic _checksum16() problems
Posted on December 05, 2013 at 10:28
Hi folks
Couple of questions about the_checksum16()
function. I've kind of got it working, but:- I have to put in an ''
extern int _checksum16(void);
'' declaration of my own - I can't for the life of me find a header file which declares this - It appears that it fails if there's a breakpoint set, presumably because setting a breakpoint modifies the code memory that's being checksummed. Is that expected, and does anyone have a tip for a reasonably safe workaround?
