forked from sigrokproject/sigrok-dumps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
------------------------------------------------------------------------------- | ||
AVR ISP / Atmel ATmega328/P | ||
------------------------------------------------------------------------------- | ||
|
||
This is an example capture of the AVR in-system programming (ISP) protocol. | ||
|
||
The device used for ISP was a Bus Pirate v3.5 with firmware v6.1. | ||
|
||
The target was an Arduino UNO board with an Atmel ATmega328/P chip. | ||
|
||
The PC software used for controlling the programmer was avrdude 7.1. | ||
|
||
|
||
Logic analyzer setup | ||
-------------------- | ||
|
||
The logic analyzer used was a Saleae Logic Clone (at 4MHz): | ||
|
||
Probe AVR ISP header | ||
------------------------- | ||
1 MOSI | ||
2 MISO | ||
3 SCK | ||
4 RST | ||
|
||
|
||
Data | ||
---- | ||
|
||
The following avrdude commands were captured: | ||
|
||
avrdude -p atmega328p -c buspirate -P /dev/ttyUSB0 -v |
Binary file not shown.