首页 Soft PlugIn RAN乱 Dev开发 Info资料 English WAP 留言 登陆 注册
-
Posted by Yippee | 评论(0) | 引用(0) | 阅读2642次
Keil uVision c51 agsi 插件DLL制作4

12、完全编译

Deleting intermediate files and output files for project 'shengfangagsi - Win32 Debug'.
--------------------Configuration: shengfangagsi - Win32 Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
shengfangagsi.cpp
common.cpp
Dlgshengfang.cpp
Generating Code...
Linking...
   Creating library Debug/shengfangagsi.lib and object Debug/shengfangagsi.exp

shengfangagsi.dll - 0 error(s), 0 warning(s)

13、运行:F5www.shengfang.org

     礦  ision  3  V 3. 05 c uvision
 Copyright      (c )  Keil Elektronik GmbH           /  Keil Software, Inc         .  1995
 -  2004
C Compiler     :                    C51 . Exe                V 7.50
Assembler    :                      A51 . Exe                V 7.10
Linker   /Locator    :              BL 51 .Exe               V 5.12
Librarian    :                      LIB 51 . Exe             V 4.24
Hex Converter      :                OH 51 .Exe               V 2.6
CPU DLL   :                         S8051  . DLL             V 2.45
Dialog DLL     :                    DP 51 .DLL               V 2.45
Target DLL     :                    BIN\MON   51 . DLL       V 2.39
Dialog DLL     :                    TP 51 .DLL               V 2.45

14、UVISIONwww.shengfang.orguVision

     PROJECT-NEW PROJECT,CPU选择ATMEL-AT89C51;8051-based Fullly Static 24MHz CMOS controller with 32  I/O Lines,
2 Timers/Counters, 6 Interrupts/2 Priority Levels, UART,
Three-Level Program Memory Lock, 4K Bytes Flash Memory,
128 Bytes On-chip RAM

15、C

    FILE-NEW :复制如下代码:#include <AT89X51.H>
sbit L1=P1^0;
void delay02s(void)               //延时0.2秒子程序
{
  unsigned char i,j,k,l;
  for(l=100;l>0;l--) [hide]
   for(i=20;i>0;i--)
   for(j=20;j>0;j--) [/hide]
     for(k=248;k>0;k--); www.shengfang.org
}
void main(void)
{
  while(1)
    {
      L1=0;
      delay02s();
      L1=1;
      delay02s();
    } www.shengfang.org
}
另存为 shengfang.cuVision

16、编译www.shengfang.org

    右边树-TARGET 1-SOURCE GROUP 1,右键 ADD FILE TO GROUP,选择 SHENGFANG.C。PROJECT-REBULD ALL TARGET。uVision


字体:

Permanant URI永久地址 http://www.shengfang.org/blog/p/keilagsi4.php
Trackback URI引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1121827999

2005年7月20日10:53星期三  [Dev开发] 追踪此文的RSS
提示:
此文还没有评论。

称呼:    登陆   注册
   不注册,但记住我的信息
邮件:
(非必须)
评论: [UBB代码帮助]
粗体 斜体 下划线 链接 水平线 引用



验证码: 请输入你看见的数字
关闭UBB      提交时自动将内容复制到剪贴板

公告
Fire and Motion!

统计信息
[Yippee]||[统计]||日志:1858
在线: 6||用户: 2577 [列表]
今日:396||到访:2886460
Rss:897739||评论:1605

最新日志

最新评论

友情链接

日历
2008 - 08
     12
3456789
10111213141516
17181920212223
24252627282930
31      

最新引用

搜索

归档

杂项
Get RSS Feed (Version 2.0)
Get Atom Feed (Version 0.3)
编码:  UTF-8