Search found 4 matches

by jma
Sun Sep 17, 2006 1:33 am
Forum: Feature Suggestions
Topic: Checksum Calculation
Replies: 13
Views: 29900

I was able to use Tunepro to calculate my checksum using an unused area as temporary buffer. It's dirty but it works :D I think the easiest way to improve Tunerpro on this point would be to add an "accumulate" option for each defined checksum. This way we could use the checksum storage add...
by jma
Fri May 26, 2006 2:32 am
Forum: Feature Suggestions
Topic: Checksum Calculation
Replies: 13
Views: 29900

yes you are right, I just describe how the ecu program is working.

Another idea would be to create a checksum plugin interface for Tunerpro.
by jma
Thu May 25, 2006 2:10 pm
Forum: Feature Suggestions
Topic: Checksum Calculation
Replies: 13
Views: 29900

checksum = SUM(section1 bytes, section 2 bytes, section 3 bytes) + constant
is closer to the truth.

Thanks.
by jma
Thu May 25, 2006 10:00 am
Forum: Feature Suggestions
Topic: Checksum Calculation
Replies: 13
Views: 29900

I'm working on a weber marelli iaw ecu and I have exactly the same problem. I need to define 3 memory sections and the checksum is the sum of these sections. Moreover a constant to addition at final ! 27c256 chip 8000-FFFF 800E checksum store address (2 bytes) 8010-B5FF first section B800-DFFF secon...