• Check8 writes wrong value
    Hi all, Anyone tried getting check8 to write the checksum into the bin file? The command prompt reports the correct crc but the wrong value is written into the file?? Example 1 Bin file...
  • CHECK8.exe for 64-bit windows
    Does CHECK8.exe exist for 64-bit system?
  • How to
    Hi I want to update my program using a modem. My idea is to download the new soft and save it in my external Flash. Then i will set the BootVector to point at 01:6000h (89c669). Restart the device...
  • how?
    #include <reg9e5.h> #define POWER 3 // 0=min power...3 = max power #define HFREQ 0 // 0=433MHz, 1=868/915MHz #define CHANNEL 106 // Channel number: f(MHz) = (422.4+CHANNEL/10)*(1+HFREQ) unsigned...
  • How to set
    About that 24LC16B, I have contacted with MicroChip technical staff. my code: for(;;) { START_MEMO(); SHIFT_MEMO( 0xa0 ); SCL_MEMO = 0; MEMO_WAIT; SDA_MEMO = 1; SCL_MEMO = 1; MEMO_WAIT; ...