1Jan

At89c2051 Programming Software

1 Jan 2000admin

To see a complete listing of RoHS data for this device, please Click here Shipping Weight = Device Weight + Packing Material weight. Please contact sales office if device weight is not available. Mar 27, 2013 - First you need to make HEX or BIN file with adequate Assembler, then that HEX or BIN you put into uC over your programming software.

Easy1 Easy-Downloader V1.1 for ATMEL 89C2051/4051 Wichit Sirichote, Free schematic and software for building your own a programmer for writing intel-HEX file to the AT89C2051 and AT89C4051 WARRANTY:Easy-Downloader was designed for students, hobbyists, academic instructors to build a low-cost tool for building microcontroller circuit based on the 2051 and 4051 chips. The circuit is not professional designed, no complicated components, simple software.

The beta version both writer.c and ez.exe have launched for free. The author is not warrant that the circuit and software will be foolproof. Introduction The first version of the Easy-Downloader was designed in 1997 to be used as a tool for my students on building her/his own microcontrollers circuit in the class ' Designing Microprocessors System'. The circuit features low-cost and easy use. The latest version V1.1 was designed to be used with 2051 and the newest 4051 chips. There is no separated functions like other programmer e.g., blank check, erase, write.

It stops 30 sec after the start. Otzivi Fault with the device. IN DETAILS (SPEECH): - I turn on the device - and start working with it - after 30 seconds the device stops functioning - it shows on screen phrase 'take a break' and it doesn't function any more - therefore I cannot continue my work - in order to continue my work, I must turn the device OFF and then turn it ON again - after that I can continue my work, it is NOT right (UNACCEPTABLE!).the device cannot restart by itself, I must turn it OFF and then turn it ON again in order to continue.

Simply type say, c:.>ez hello, the hex file 'hello.hex' will then be programmed to the chip automatically. If the chip is not blank or the code is locked, it will erase first, then write and verify.

PCB file included Hardware Figure 1 depicts a circuit diagram of the Easy-Downloader. As shown, the circuit uses a 89C2051 with writer.hex firmware, 74LS373 8-bit latch, DS275-like, 7805, LM317 and two transistors, 2N2222A and 2N2907A.

The programming voltage control circuit is the same as recommended by ATMEL application note. It can be raised from 0V, 5V and 12V by appropriated signal from P3. The 8-bit latch, 74LS373 provides some signal for selecting the programming modes. A byte to be programmed or read back is sent/received through P1. Incrementing address is done by pulsing a positive pulse to XTAL pin. The circuit may be built using simple point-to-point soldering with a general purpose PCB( fish's egg like PCB) or making PCB shown above, the file is Protel PCB version 2.76.

The finished board should be tested without any chips; 1) +5V supply, 2) programming voltage 0V, 5V and 12V by connecting the pin that control (P3.5 and D) 2N2222A and 2N2907 to +5V and/or GND. The adapter output should be approx. Figure 1: Circuit Diagram of Easy-Downloader V1.1 Software Two files that you should get are: 4,871 bytes, the intel hex file firmware for 89C2051 chip ( the actual code size is 2021 bytes) and, 20,800 bytes the uploader program run on PC, send hex file to the downloader. The original program was written in 'C'. To modify, it needs Micro C-compiler from Dunfield Development System Ontario Canada with tiny memory model.

Functional Test Use a given programmer (ready made Easy-Downloader) write the writer.hex to the 2051 chip. Put the programmed 2051 chip to the board. Invoke any communication software with 9600 baud, 8-data bit, no parity.

Connect DB-9 to COM1, say, press enter key, the title 'Easy-Downloader V1.1 for ATMEL 89C2051/4051' would be appeared on the screen. Type >s2048 ( set byte counter to 2k), then without the 2051 chip in ZIF, type >r (read 2kB), on screen would show FFFFFFFFFFF. Indicating corrected wiring for P1. If you put the chip having already program inside, r command will show the hex code with the number of byte set by s command. Try e command to erase the entire program!!