-
So well, OK, obviously no target communication can happen in that situation. ;-)
However, parameter setup on the EDBG itself ought to work when using the `-F` option – that way it could e.g. be done …
-
Three issues:
1) Arduino's avrdude 6.3 forks does not work with the latest FW of the on-board debugger. It will even make the FW in a bad state.
Solution-- please upgrade to avrdude 7.0
Refer…
-
Hi, i was able to program the pro micro
if i use arduino to check after the upload the programmer i got following data:
BN: Arduino Uno WiFi Rev2
VID: 03eb
PID: 2145
SN: MICROUPDIPROGRAMMERX
…
-
David Glaze
Sun 04 Aug 2013 04:33:21 PM UTC
There are several issues I have found with using avrdude's erase-rewrite cycle counter (-y) functionality with ATxmega parts. (I have only confirmed this…
-
#### Description
I noted that current RIOT-OS doesn't have support for XMEGA CPUs. After some research I found a 2018 version from @Josar, which seams as a good start point.
I adjusted the code an…
-
The reason for this is that terminal mode relies on the generic `avr_write_byte()` routine
https://github.com/avrdudes/avrdude/blob/64ee4858fd5e4a2ce65cf3c280274674c4320de5/src/term.c#L569-L570
- W…
-
(Using megaTinyCore 2.2.6; Arduino 1.8.13; MacOS 10.15.7)
I only got the Xplained 416 Nano board a few hours ago but I'm having trouble with flashing not always working. It seems that sometimes I c…
-
I have this code on a AVR128DA:
```
void setup()
{
Serial.begin(19200);
}
float val = 134217000;
void loop()
{
Serial.printf("%f\n", val);
val = val + 10;
delay(10…
-
Hey, I had an problem with my bin file witch is 73880 bytes large.
I definde #define LARGE_MEMORY but that was not the fix
` address = recchar()
-
Thu 30 Nov 2017 03:20:08 PM UTC
XSLT2 script to create the device configuration for avrdude based on ATDF.
Currently only supports the new AVR8X architecture. Writes the part info and flash and eepr…