国产毛片a精品毛-国产毛片黄片-国产毛片久久国产-国产毛片久久精品-青娱乐极品在线-青娱乐精品

自己動(dòng)手制造at89c2051編程器(英文)

發(fā)布時(shí)間:2011-6-22 11:44    發(fā)布者:circuit_share
關(guān)鍵詞: AT89C2051 , 編程器
Easy-Downloader V1.1 for ATMEL 89C2051/4051


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.




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. 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.
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 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.1Acrobat PCB Files
As 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


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.

Functional Test
Use 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 boardNow 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.1DownloadEZ 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.
Tips
HEX file extension
Some Assembler or Compiler produce output hex file with .OBJ instead of .HEX. The EZ needs .HEX extension, just rename it...
Expensive ZIF Socket
Without 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.
DC Adapter
Any 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.
Putting Right Position
The 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...
89C1051
There'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.
本文地址:http://m.qingdxww.cn/thread-69265-1-1.html     【打印本頁】

本站部分文章為轉(zhuǎn)載或網(wǎng)友發(fā)布,目的在于傳遞和分享信息,并不代表本網(wǎng)贊同其觀點(diǎn)和對(duì)其真實(shí)性負(fù)責(zé);文章版權(quán)歸原作者及原出處所有,如涉及作品內(nèi)容、版權(quán)和其它問題,我們將根據(jù)著作權(quán)人的要求,第一時(shí)間更正或刪除。
wfnic 發(fā)表于 2011-7-10 08:35:39
hahao1
JZS 發(fā)表于 2014-4-11 20:19:12
GOOD
pcbkey 發(fā)表于 2015-1-31 18:39:46
好東西啊,謝謝樓主的資料分享
您需要登錄后才可以發(fā)表評(píng)論 登錄 | 立即注冊(cè)

廠商推薦

  • Microchip視頻專區(qū)
  • 利用SAM E54 Xplained Pro評(píng)估工具包演示CAN轉(zhuǎn)USB橋接器以及基于CAN的主機(jī)和自舉程序應(yīng)用程序
  • 使用SAM-IoT Wx v2開發(fā)板演示AWS IoT Core應(yīng)用程序
  • 使用Harmony3加速TCP/IP應(yīng)用的開發(fā)培訓(xùn)教程
  • 集成高級(jí)模擬外設(shè)的PIC18F-Q71家族介紹培訓(xùn)教程
  • 貿(mào)澤電子(Mouser)專區(qū)
關(guān)于我們  -  服務(wù)條款  -  使用指南  -  站點(diǎn)地圖  -  友情鏈接  -  聯(lián)系我們
電子工程網(wǎng) © 版權(quán)所有   京ICP備16069177號(hào) | 京公網(wǎng)安備11010502021702
快速回復(fù) 返回頂部 返回列表
主站蜘蛛池模板: 在线观看亚洲一区二区 | 国产在线观看美女福利精 | 91亚色视频在线观看 | 天天爽夜夜爽一区二区三区 | 再次拥抱阳光漫画免费下拉式观看 | 中文字幕在线观看日本 | 久久不卡一区二区三区 | 日本h在线精品免费观看 | 欧美视频中文字幕 | 色欧美片视频在线观看 | 九九九精品午夜在线观看 | 色视频在线网站 | 免费一级毛片在线播放不收费 | 午夜精品九九九九99蜜桃 | 国产激情自拍视频 | 欧美日韩一区二区综合 | 成人黄网大全在线观看 | 最近高清免费观看日本 | 日本一区二区在线 | 欧美日韩91| 成人伊人亚洲人综合网站222 | 四虎影视库国产精品一区 | 色综合合久久天天综合绕视看 | 国产精品俺来也在线观看了 | 国产在线小视频 | 亚洲欧美日韩精品一区 | 欧洲福利视频 | 中文字幕一区在线观看 | 国内精品伊人久久 | 欧美日韩一日韩一线不卡 | 亚洲欧美日韩另类在线 | 国产小视频在线观看免费 | 啊用力太猛了啊好深视频免费 | 亚洲一区毛片 | 欧美午夜激情影院 | 国产91激情对白露脸全程 | 国产精品久久国产三级国不卡顿 | 国产成人高清亚洲一区久久 | 久久综合久久综合久久综合 | 老人free性hd老 | 青青草国产在线观看 |