ElTangas / jtag2updi

UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
MIT License
318 stars 91 forks source link

mkII/UPDI: Allow r/w SRAM without locking CPU #75

Open Frankkkkk opened 5 months ago

Frankkkkk commented 5 months ago

Hi !

First of all, thanks for this project !

Using the UPDI protocol, it is possible to read/write the devices' RAM (& registers) without locking up the CPU.

This fixes it.

Cheers !