久久久久久久999_99精品久久精品一区二区爱城_成人欧美一区二区三区在线播放_国产精品日本一区二区不卡视频_国产午夜视频_欧美精品在线观看免费

 找回密碼
 立即注冊

QQ登錄

只需一步,快速開始

搜索
查看: 3512|回復: 1
打印 上一主題 下一主題
收起左側

Easy-Downloader V1.1 for ATMEL 89C2051/4051

[復制鏈接]
跳轉到指定樓層
樓主
ID:104835 發表于 2016-2-4 03:36 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
Build your own a personal writer for programming HEX code into Flash based microcontroller AT89C2051(2k) and AT89C4051(4k). Simple hardware and Easy use software in DOS and Window version. Single-side and double side PCB files included.Acrobat files for PCB image.

[size=+1]IntroductionThe 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. 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... that all.[size=+1]HardwareFigure 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  Easy-v1.pcb 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. 15Vdc 100mA.

Figure 1: Circuit Diagram of Easy-Downloader V1.1
[size=+1]Acrobat PCB FilesAs suggested by a friend from Romania, Puiu Chiselita, to provide PCB image in Acrobat file, so I have asked my friend, Jaroon Keawkhrua. He made within an hour, thanks again for providing us, the Acrobat PCB file.
TOP LAYER (80kB) easy-v2t.pdf
BOTTOM LAYER (36kB) easy-v2b.pdf
COMPONENT LAYER (51kB) easy-v2o.pdf

[size=+1]Software
Two files that you should get are: writer.hex 4,871 bytes, the intel hex file firmware for 89C2051 chip ( the actual code size is 2021 bytes) and, ez.exe 20,800 bytes the uploader program run on PC, send hex file to the downloader. The original writer.c program was written in 'C'. To modify, it needs Micro C-compiler from Dunfield Development System Ontario Canada with tiny memory model.
[size=+1]Functional TestUse a given programmer (or ready made Easy-Downloader) write the writer.hex into 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!! All done. Figure 2 shows example of using Xtalk program to test the board.

Figure 2: Using Xtalk to test the board
Now try with 'ez' the uploader program to help you more easy to write the hex file to the chip. Example of using ez is shown in Figure 3. Have fun...

Figure 3: Example of using EZ program writes the writer.hex to 2051 chip

Figure 4: Example of Using EZ3 and EZ3.1
DownloadEZ Uploader V3.0 for Window The EZ Uploader provides a simple means of sending HEX file to the writer board. To connect the board with EZ, click available COM port, COM1, say. After the EZ recognizes the chips, then click Send Hexfile, that all. Since there is no signature byte that indicates chip number and programming voltage, thus you have to choose the appropriated memory size either 2051 or 4051 manually, i.e.,  2048 or 4096 respectively.Download EZ Uploader V3.1 for Window An upgraded version of EZ3 with RAED and SAVE AS features for reading HEX code resided in the chip and save as an Intel HEX file.
[size=+1]Tips[size=+0]HEX file extensionSome Assembler or Compiler produce output hex file with .OBJ instead of .HEX. The EZ needs .HEX extension, just rename it...[size=+0]Expensive ZIF SocketWithout expensive ZIF socket, you may use an ordinary socket instead, surely many times of pulling the chips may cause the far end leg of the 2051 chip broken. My student suggests me to insert one more socket to the 2051 chip. It works very nice. Even the programmer has ZIF, but your application board does not have. Better to insert one socket to strengthen the 2051's leg.[size=+0]DC AdapterAny DC adapters, fixed or adjustable can be used, a bridge diode corrects polarity for the regulator IC eventually. Many adapters provide higher DC output than the value labeled, to ensure, check the proper programming voltage that must be in the range of 11.5 to 12.5V.[size=+0]Putting Right PositionThe latest version does not include the protection circuit if putting wrong position, i.e., GND-Vcc <--> Vcc-GND.Thus before put the chip into the programmer or your application board, back to see your thought, say I am putting the 2051 chip to the right position, then pick the chip, and place it...
89C1051There's no problem with 89C1051 chip but ensure that the hex code must less than 1024 bytes (000H to 3FFH). While verifying after erase it showed 0 to 2048 byte as the 2051 chip, it means twice reading, i.e., 000H-3FFH then 000H-3FFH, the same physical address. When programming, the control chip will write and verify only the size of program.

分享到:  QQ好友和群QQ好友和群 QQ空間QQ空間 騰訊微博騰訊微博 騰訊朋友騰訊朋友
收藏收藏 分享淘帖 頂 踩
回復

使用道具 舉報

沙發
ID:124678 發表于 2017-5-9 22:52 | 只看該作者
有沒有中文的翻譯,英文不太好
回復

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規則

小黑屋|51黑電子論壇 |51黑電子論壇6群 QQ 管理員QQ:125739409;技術交流QQ群281945664

Powered by 單片機教程網

快速回復 返回頂部 返回列表
主站蜘蛛池模板: 狠狠骚 | 99精品99 | 黄色大片免费看 | 成人福利片 | 一区二区精品 | 国产区精品 | 国产高清自拍视频在线观看 | 人人看人人射 | 色精品视频 | 精品一区二区三区在线观看 | 国产真实乱对白精彩久久小说 | 欧美黄色网 | 韩日av在线| 免费精品在线视频 | 美女在线视频一区二区三区 | 久久久久国产精品一区二区 | 干干干操操操 | 亚洲精品一区二区 | 免费的色网站 | 国产精品成人一区二区三区夜夜夜 | 亚洲第1页| 国产精品欧美大片 | 亚洲人免费视频 | 日日操视频| 久久精品视频网站 | 精品国产区 | 国产这里只有精品 | 午夜在线 | 亚洲一区二区三区在线视频 | 日韩在线观看 | 久久久久久黄 | 麻豆精品国产91久久久久久 | 91精品国产一区二区 | 中文字幕不卡在线观看 | 国产视频线观看永久免费 | 欧美一级片在线观看 | 亚洲黄色视屏 | 一区二区在线看 | 综合精品 | 久久激情网 | 91精品国产日韩91久久久久久 |