-
When a device is programmed with a JTAG3-compatible programmer, Avrdude prints out some programmer-related information in verbose mode, like serial number and firmware version. However, this does not …
-
Hi,
ATMega4809's [manual](https://content.arduino.cc/assets/Nano-Every_processor-48-pin-Data-Sheet-megaAVR-0-series-DS40002016B.pdf) informs that pins PF3 and PF2 can be used for I2C communication …
-
First reported by @dbuchwald in #1111.
There seems to be a bug in terminal write mode when base 10 number greater than 127 is written. For some reason, a trailing 0x00 is also written to memory. S…
-
When using MegaCoreX with Arduino IDE 2.0 there is an issue with uploading fails showing 0xc0000135 errors. This is due to a missing libusb0.dll file. In the Windows environment avrdude has a dependen…
-
Continuation of the following two.
* https://github.com/avrdudes/avrdude/pull/1140
* https://github.com/avrdudes/avrdude/issues/1120
We need to find a
Parts | memory | size | a_div
-- | -- |…
-
When you open Serial Monitor or Serial Plotter in multiple IDE windows, they all use the same port, even though you have a different serial port selected from the Board Selector or Tools > Port menu i…
-
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
…
-
Is there a `#define` that identifies that the MegaCoreX core is being used, and if so, could it be documented?
Something like `#if defined(DXCORE)` and `#if defined(MEGATINYCORE)` that Spence Konde…
-
MegaCoreX version 1.0.8, ATMega1608 28-pin Standard, PWM on pin PC0, physical pin 2, define is PIN_PC0
Writing any value makes no difference, the pin is always LOW. I have tried adding
analogWr…
-
I can not get avrdude git main to work with megaTinyCore optiboot_x using ATtiny1627 Curiosity Nano board.
More details here.
* https://github.com/avrdudes/avrdude/pull/1140#issuecomment-129483436…