Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:mt128 [2022/11/11 13:05] – [Resources] darron | boards:mt128 [2022/11/21 19:06] (current) – darron | ||
---|---|---|---|
Line 9: | Line 9: | ||
Plugging this board into a usbtiny or usbasp connected to a RPi | Plugging this board into a usbtiny or usbasp connected to a RPi | ||
- | has the tendency to crash the Pi due to inrush current | + | may crash the Pi due to inrush current. It |
- | is more sensible to utilise a usbasp | + | is sensible to utilise a programmer |
- | target | + | |
===Test=== | ===Test=== | ||
< | < | ||
- | avrdude -c usbtiny -p m128 | + | avrdude -c usbtiny -p m128 |
avrdude: AVR device initialized and ready to accept instructions | avrdude: AVR device initialized and ready to accept instructions | ||
Line 27: | Line 26: | ||
avrdude done. Thank you. | avrdude done. Thank you. | ||
+ | </ | ||
+ | |||
+ | ===Pinout=== | ||
+ | |||
+ | ==JTAG== | ||
+ | |||
+ | __Male socket__ | ||
+ | < | ||
+ | 1 TCK 2 GND | ||
+ | 3 TDO 4 5V | ||
+ | K 5 TMS 6 RESET | ||
+ | 7 5V 8 NC | ||
+ | 9 TDI 10 GND | ||
+ | </ | ||
+ | |||
+ | __Female plug__ | ||
+ | < | ||
+ | 2 GND 1 TCK | ||
+ | 4 5V 3 TDO | ||
+ | 6 RESET 5 TMS K | ||
+ | 8 NC 7 5V | ||
+ | 10 GND 9 TDI | ||
+ | </ | ||
+ | |||
+ | K=KEY | ||
+ | |||
+ | ==ISP== | ||
+ | |||
+ | __Male socket__ | ||
+ | |||
+ | < | ||
+ | 1 MOSI 2 5V | ||
+ | 3 NC 4 GND | ||
+ | K 5 RST 6 GND | ||
+ | 7 SCK 8 GND | ||
+ | 9 MISO 10 GND | ||
+ | </ | ||
+ | |||
+ | K=KEY | ||
+ | |||
+ | ==RS-232== | ||
+ | |||
+ | __DB9 female socket__ | ||
+ | |||
+ | < | ||
+ | 5 3 3 2 1 | ||
+ | 9 8 7 6 | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | 1 NC | ||
+ | 2 TXD | ||
+ | 3 RXD | ||
+ | 4 NC | ||
+ | 5 GND | ||
+ | 6 NC | ||
+ | 7 NC | ||
+ | 8 NC | ||
+ | 9 NC | ||
</ | </ | ||
Line 36: | Line 94: | ||
[[https:// | [[https:// | ||
+ | |||
+ | [[https:// | ||