How can I get PJ2 checksums without a connected programmer, for example directly from a PJ2 file?
Environment (PJ2) checksum and HEX file checksum inside *.PJ2 file can be got by direct read from the PJ2 file (as binary image) at fixed offsets as follows (2 bytes for each, LSB first): PJ2 file checksum: 0x02 Hex file checksum: 0xA5 The Environment (PJ2) checksum and the HEX file checksum stored inside a *.PJ2 […]
I’m using ICP2(G3) to program ATmega640V. I have two HEX files — one for the program memory and another for the data memory. If I want to use the command-line interface, what command should I use to program both files?
You should use a HEX file in “Softlog format” which contains all memory areas to be programmed: (A) One-time operation Run ICP for Window Load PM Load DM Edit fuses if required Validate that everything works as expected Save to HEX: File – Save As (Export) (B) Multiple operations Use the saved HEX file with […]