Embedded Systems
atmel.txt
Associated article: Atmel's AT89C2051 Microcontroller
Tags: Embedded Systems
Published source code accompanying the article by Dhananjay V. Gadre in which he presents a simple programmer for AT89C2051 that is hosted on a 8052-based circuit running a BASIC interpreter. He then uses the system to build a 12-bit multichannel ADC to connect to PCs
_Programming the Atmel AT89C2051_ by Dhananjay V. Gadre Listing One 1 REM Programmer for ATMEL AT89C2051 2 Print "Atmel AT89C2051 Programmer" 3 Print " Accepts IntelHex files " 4 Print " Dhananjay V. Gadre " 5 Print " 1996 " 8 MTOP=41...


