-
Matthias Trute
Fri 20 Jul 2012 01:00:49 PM UTC
Flashing the EEPROM area with avrdude svn-trunk (as of 20.7.2012) fail at the verfication stage with an error message:
[exec] avrdude: verification er…
-
Thu 12 Aug 2010 02:34:58 PM CEST
The headerfile iox128a1.h is missing typedef for CPU_t.
Compile error:
'CPU_t' undeclared
when trying to write to CPU.CCP
This issue was migrated from https://savann…
-
giuliano carlini
Fri 19 Mar 2010 06:23:02 AM UTC
avrdude manual section "A.2 Windows" says that to compile on windows one must use:
./configure LDFLAGS="-static" ...
configure fails. config.log says…
-
I saw you guys mentioned it might not be that hard to add another decompiler. Ghidra does have support for AVR8 (in particular I'm interested in the Xmega stuff). Is this somewhere in your pipeline? T…
-
module MifareDesfireProcess
will not work for real iso - 8716 apdu like
```
00 A4 04 00 0b a0 00 00 03 97 43 49 44 5f 01 00 9e 32
CLA INS P1 P2 LE
```
right now, it is only testing "wr…
-
Compiled from latest source,on Linux.
Have a small test program for a ATmega4809 that I've exported the hex file from Arduino IDE.
Writing it using avrdude and a pickit4 in UPDI mode does not work a…
-
Microchip/Atmel has been distributing "new device" support in the form of "packs", rather than an updated "toolchain" or "avr-libc"
This can result in errors of the form "/usr/avr/include/avr/io.h:62…
-
-
I tried to use target.simpleserial_write('m', ) to set a mask on each trace. But once I set a 18-byte mask, which is masked AES required, a warning would come out 'WARNING:root:Unexpected start to co…
-
Avrdude does not necessarily write flash correctly when the input file ends in a series of one or more `0xff`. This can happen because avrdude's `fileio()` unconditionally asks `avr_mem_hiaddr()` to r…