• Checksum calculation example
    Can you tell me, what does "unsigned char CODE *" mean in checksum = calc_checksum ((unsigned char code *) 0, 0x4000); from "csumex" Keil example. My c166 compiler can't complile it. ...
  • Checksum calculation example
    Can you tell me, what does "unsigned char CODE *" mean in checksum = calc_checksum ((unsigned char code *) 0, 0x4000); from "csumex" Keil example. My c166 compiler can't complile it. ...
  • 0x0-0xFA00 checksum calculation
    Hi there! Can anybody help me with my problem? If I calculate checksum from 0x0 to 0x3000 - it is OK. But if I want to calculate 0x0 to 0xFA00 range - checksum is different every microcontroller...
  • 0x0-0xFA00 checksum calculation
    Hi there! Can anybody help me with my problem? If I calculate checksum from 0x0 to 0x3000 - it is OK. But if I want to calculate 0x0 to 0xFA00 range - checksum is different every microcontroller...
  • [MDK412] Automatic checksum calculation and insertion
    I've downloaded the evaluation versin of uVision 4 and wondering if it is suitable for a project that we will be starting soon. The SRS of the project states that the application must be broken into...