Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
boards:mega2560 [2022/11/10 16:07] – created darron | boards:mega2560 [2023/09/27 11:22] (current) – [JTAG] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Mega2560==== | ====Mega2560==== | ||
+ | |||
+ | <wrap right> | ||
+ | {{boards: | ||
+ | \\ \\ | ||
+ | {{boards: | ||
+ | </ | ||
Arduino and clones using the ATmega2560. | Arduino and clones using the ATmega2560. | ||
+ | |||
+ | ===JTAG=== | ||
+ | |||
+ | Enable jtag on arduino mega 2560 | ||
+ | |||
+ | < | ||
+ | avrdude -B 5 -P `pavr2cmd --prog-port` -c avrisp2 -p m2560 | ||
+ | avrdude -B 5 -P `pavr2cmd --prog-port` -c avrisp2 -p m2560 -e -U efuse: | ||
+ | </ | ||
+ | |||
+ | Test | ||
+ | |||
+ | < | ||
+ | avrdude -B 5 -c atmelice -p m2560 | ||
+ | </ | ||
+ | |||
+ | ^Pin ^ Funcion^ | ||
+ | |PF4 |TCK | | ||
+ | |PF5 |TMS| | ||
+ | |PF6 |TDO| | ||
+ | |PF7| TDI| | ||
+ | |||
+ | ===Resources=== | ||
+ | |||
+ | [[https:// |