5a7878b635f24c8d2b60f8120252164a5d3b6d1d
Board-dat/NGS/NGS1131-DAT/NGS1131-DAT.md
| ... | ... | @@ -71,7 +71,7 @@ Note |
| 71 | 71 | |
| 72 | 72 | ### Wiring UART communication with USB-TTL |
| 73 | 73 | |
| 74 | -- auto turn ON, |
|
| 74 | +- auto turn ON, or press button to turn on |
|
| 75 | 75 | - RXD->RXD, |
| 76 | 76 | - TXD->TXD, |
| 77 | 77 | - 5V-VIN, |
| ... | ... | @@ -79,6 +79,7 @@ Note |
| 79 | 79 | - 115200 bps, |
| 80 | 80 | - net-led constant ON |
| 81 | 81 | |
| 82 | + |
|
| 82 | 83 | serial |
| 83 | 84 | |
| 84 | 85 | *ATREADY: 1 |
Chip-dat/AVR-dat/AVR-dat.md
| ... | ... | @@ -25,6 +25,8 @@ |
| 25 | 25 | |
| 26 | 26 | legacy wiki page - https://w.electrodragon.com/w/AVR_Dev_Board |
| 27 | 27 | |
| 28 | +- [[atmega128-dat]] |
|
| 29 | + |
|
| 28 | 30 | ## AT89 |
| 29 | 31 | |
| 30 | 32 | `AT89C55WD` - 8-bit Microcontroller with 20K Bytes Flash |
Chip-dat/AVR-dat/atmega128-dat/2026-06-23-18-55-31.png
| ... | ... | Binary files /dev/null and b/Chip-dat/AVR-dat/atmega128-dat/2026-06-23-18-55-31.png differ |
Chip-dat/AVR-dat/atmega128-dat/atmega128-dat.md
| ... | ... | @@ -0,0 +1,43 @@ |
| 1 | + |
|
| 2 | + |
|
| 3 | +# atmega128-dat |
|
| 4 | + |
|
| 5 | +- [[atmega128-dat]] - [[AVR-dat]] |
|
| 6 | + |
|
| 7 | +https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8151-8-bit-AVR-ATmega128A_Datasheet.pdf |
|
| 8 | + |
|
| 9 | +The Atmel® ATmega128A is a low-power CMOS 8-bit microcontroller based on the AVR® enhanced RISC architecture. By executing powerful instructions in a single clock cycle, the ATmega128A achieves throughputs close to 1MIPS per MHz. This empowers system designer to optimize the device for power consumption versus processing speed. |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +64-pin |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +| Feature / Specification | ATmega328 | ATmega128A | |
|
| 17 | +| :-------------------------- | :------------------------------------ | :----------------------------------- | |
|
| 18 | +| **Core Architecture** | 8-bit AVR RISC | 8-bit AVR RISC | |
|
| 19 | +| **Flash Memory (Program)** | 32 KB | 128 KB | |
|
| 20 | +| **SRAM (Internal Data)** | 2 KB | 4 KB | |
|
| 21 | +| **EEPROM** | 1 KB | 4 KB | |
|
| 22 | +| **Max. Clock Frequency** | 20 MHz | 16 MHz | |
|
| 23 | +| **Max. Throughput** | 20 MIPS | 16 MIPS | |
|
| 24 | +| **Programmable I/O Lines** | 23 | 53 | |
|
| 25 | +| **Pin Count & Packages** | 28-pin PDIP, 32-lead TQFP/QFN | 64-lead TQFP/QFN | |
|
| 26 | +| **Timers / Counters** | 3 (2 x 8-bit, 1 x 16-bit) | 4 (2 x 8-bit, 2 x 16-bit) | |
|
| 27 | +| **PWM Channels** | 6 | 8 | |
|
| 28 | +| **ADC Channels** | 6 channels (PDIP) / 8 channels (TQFP) | 8 channels (includes 7 differential) | |
|
| 29 | +| **ADC Resolution** | 10-bit | 10-bit | |
|
| 30 | +| **USART (Serial)** | 1 | 2 | |
|
| 31 | +| **SPI Interface** | 1 | 1 | |
|
| 32 | +| **I2C (TWI) Interface** | 1 | 1 | |
|
| 33 | +| **On-Chip Debugging** | debugWIRE | JTAG | |
|
| 34 | +| **External Memory Support** | No | Yes (up to 64 KB) | |
|
| 35 | +| **Operating Voltage Range** | 1.8 V - 5.5 V | 2.7 V - 5.5 V | |
|
| 36 | + |
|
| 37 | +- [[debugWire-dat]] - [[JTAG-dat]] - [[SDK-dat]] - [[OCD-dat]] |
|
| 38 | + |
|
| 39 | + |
|
| 40 | +## ref |
|
| 41 | + |
|
| 42 | +- [[atmega128]] - [[AVR]] |
|
| 43 | + |
SDK-dat/SDK-DAT.md
| ... | ... | @@ -1,6 +1,9 @@ |
| 1 | 1 | |
| 2 | 2 | # SDK-DAT
|
| 3 | 3 | |
| 4 | +
|
|
| 5 | +
|
|
| 6 | +
|
|
| 4 | 7 | - [[code-dat]] - [[Cmake-dat]]
|
| 5 | 8 | |
| 6 | 9 | - [[STM32-dat]]
|
| ... | ... | @@ -23,7 +26,7 @@ |
| 23 | 26 | |
| 24 | 27 | - [[java-dat]] - [[Eclipse-dat]]
|
| 25 | 28 | |
| 26 | -- [[openocd-dat]]
|
|
| 29 | +- [[openocd-dat]] - [[debugWire-dat]] - [[JTAG-dat]] - [[SDK-dat]] - [[OCD-dat]] == On-Chip Debugging
|
|
| 27 | 30 | |
| 28 | 31 | - [[clang-dat]] - [[vscode-dat]] - [[SDK-dat]]
|
| 29 | 32 |
Tech-dat/tech-dat.md
| ... | ... | @@ -35,7 +35,7 @@ |
| 35 | 35 | |
| 36 | 36 | ## chips |
| 37 | 37 | |
| 38 | -- [[chip-dat]] - [[TI-dat]] - [[analog-device-dat]] - [[maxim-dat]] - [[silicon-labs-dat]] - [[onsemi-dat]] - [[maxlinear-dat]] - [[microchip-dat]] - [[nordic-dat]] - [[bosch-dat]] - [[rockchip-dat]] - [[realtek-dat]] - [[infineon-dat]] - [[74xx-dat]] - [[realtek-dat]] - [[silicon-labs-dat]] - [[Melexis-dat]] - [[joulwatt-dat]] - [[nordic-dat]] |
|
| 38 | +- [[chip-dat]] - [[TI-dat]] - [[analog-device-dat]] - [[maxim-dat]] - [[silicon-labs-dat]] - [[onsemi-dat]] - [[maxlinear-dat]] - [[microchip-dat]] - [[nordic-dat]] - [[bosch-dat]] - [[rockchip-dat]] - [[realtek-dat]] - [[infineon-dat]] - [[74xx-dat]] - [[realtek-dat]] - [[silicon-labs-dat]] - [[Melexis-dat]] - [[joulwatt-dat]] - [[nordic-dat]] - [[AVR-dat]] |
|
| 39 | 39 | |
| 40 | 40 | - [[chip-cn-dat]] - [[fuman-dat]] - [[injoinic-dat]] - [[jieli-dat]] - [[wch-dat]] - [[CONSONANCE-dat]] - [[ESP32-dat]] - [[ESP8266-dat]] - [[ismartware-dat]] - [[microne-dat]] |
| 41 | 41 |