Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:mega2560 [2022/11/10 16:07] – darron | boards:mega2560 [2023/09/27 11:22] (current) – [JTAG] darron | ||
---|---|---|---|
Line 2: | Line 2: | ||
<wrap right> | <wrap right> | ||
+ | {{boards: | ||
+ | \\ \\ | ||
{{boards: | {{boards: | ||
</ | </ | ||
Line 7: | Line 9: | ||
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:// |