Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Last active June 23, 2020 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/18efc55acd0107fcf7a989e31ffeb16e to your computer and use it in GitHub Desktop.
Save mamemomonga/18efc55acd0107fcf7a989e31ffeb16e to your computer and use it in GitHub Desktop.
AVR HV ヒューズリセッタ

AVR HV ヒューズリセッタ

現在開発中

配線

ATmega48/88/168/328用のヒューズリセッターをArduinoで作る の EZ_HVFuse_v1_03.zip を使用する。

ホスト 配線 ターゲット ピン
D13 RSTCTL RESET PC6(~RST)
D12 RDY/~BSY D1 PD1
D11 ~OE D2 PD2
D10 BS2 A2 PC2
D9 DATA7 A1 PC1
D8 DATA6 A0 PC0
D7 VCC VCC,AVCC VCC,AVCC
D6 DATA5 D13 PB5
D5 DATA4 D12 PB4
D4 DATA3 D11 PB3
D3 DATA2 D10 PB2
D2 DATA1 D9 PB1
A5 DATA0 D8 PB0
A4 XA1 D6 PD6
A3 XA0 A3 PC3
A2 XTAL1 XTAL1 PB6(XTAL1)
A1 BS1 D4 PD4
~WR A0 D3 PC0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment