Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.71 KB

8051 programmer

8051 programer using arduino (for AT89S51 & AT89S52 Chip)

  • Programmer implemented using bit banging process.

The AT89S51 is a low-power, high-performance CMOS 8-bit microcontroller with 4K bytes of in-system programmable Flash memory

Feature of AT89S51 Microcontroller

  • Compatible with MCS-51® Products
  • 4K Bytes of In-System Programmable (ISP) Flash Memory
  • Endurance: 1000 Write/Erase Cycles
  • 4.0V to 5.5V Operating Range
  • Fully Static Operation: 0 Hz to 33 MHz
  • Three-level Program Memory Lock
  • 128 x 8-bit Internal RAM
  • 32 Programmable I/O Lines
  • Two 16-bit Timer/Counters
  • Six Interrupt Sources
  • Full Duplex UART Serial Channel
  • Low-power Idle and Power-down Modes
  • Interrupt Recovery from Power-down Mode
  • Watchdog Timer
  • Dual Data Pointer
  • Power-off Flag
  • Fast Programming Time
  • Flexible ISP Programming (Byte and Page Mode)

visitors

Logic Analyzer

Logic Analyzer test 2

Reading & Writing EEPROM

Dump Mempry Content

for more detail refer AT89S51 Microcontroller Datasheet See DATASHEET

pin diagram