DebugWireDebuggerProgrammer
DebugWireDebuggerProgrammer copied to clipboard
An Arduino Sketch that can control and debug other AVR MCU's using the debugWire Protocol
Hi Wayne, I am sorry to raise an issue that isn't directly related to this repository, but I didn't know how else to ask this question. --- A the bottom...
Clicking on the link in the readme takes you to an error page
I added a platformio.ini file for building for Uno plus a symbolic link from src to the sketch folder - this allows builds from the command line with pio instead...
Hi @wholder, I've been trying out your debugger setup as you've described in [debugwire2](https://sites.google.com/site/wayneholder/debugwire2). I've been testing this with an Arduino Uno as ISP and an ATtiny85 as target. My...
Hi, I'm traying to compile ino file with Arduino IDE 1.6.0 or 1.8.12 and had error. line 1203 rsp = getResponse(data, len); invalid conversion from 'char*' to 'byte* Have you...
I got three boards. I soldered up one, inserted an ATTINY85, mounted it on UNO and I could connect but the LED would go out after a few and it...
I want to run ldi r16,0x01 I sent `CMD=E001` response is `CMD=E001 ?` any suggestion?