搜索资源列表
ledkey
- 拷拷贝到你的Keil安装目录下的c51\\bin文件夹中。 工程文件中需设置一下: project->Option for Target Target1 选Debug页 左侧最下面 Dialog Dll 一般是DP51.DLL,不用修改 Parameter 中是 -P51 在其后加入 -dledkey 即该行看起来应该是这样的: -p51 -dledkey 保存即可 进入调试后,点击:Peripherals,其中多出一个“键盘L
2410Simplest
- 适用于S3C2410的最简ADS1.2工程! 工程中仅包括一个汇编代码,生成的bin文件仅87字节。可以完成初始化并点亮一个LED灯,您可以这个工程为基础开始2410开发板的熟悉过程。-S3C2410 apply to the most simple ADS1.2 works! Projects include only a compilation of a code of bin documents generated only 87 bytes. Initialization and t
MCUTool
- 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-microcontroller used in the process of developing the multi-purpose tools, includ
lks
- 给大家传两个Keil的插件,平凡工作室做的,很棒,可以在Keil中模拟出实验板,能作不少实验(ledkey,simboard) 使用说明: 1. 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \\Keil\\C51\\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \\keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll (\"ledkey\") AGSI2
LCD-CLOCK+AL
- 单片机的LED和时钟程序的BIN和HEX烧写代码,希望对大家有益-SCM LED clock and procedures BIN burning and HEX code, we hope to benefit
cckeilv802
- keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤, 而导致程序出错.特别是在做液晶汉字显示时. 针对这个bug.由网友编写了这个补丁. 请下载之后放到你的keil\\c51\\bin 目录里,运行这个程序.就可以了. 支持v8.02-keil c51 at compile time will 0xfd characters (some with the Chinese characters within the code) off filtration, which
200711192138259170
- 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \\Keil\\C51\\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \\keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll (\"ledkey\") AGSI2=simboard.dll (\"simboard\") 3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了
2007111921383628933
- 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \\Keil\\C51\\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \\keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll (\"ledkey\") AGSI2=simboard.dll (\"simboard\") 3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了
led模拟器源程序及演示程序
- 该模拟器是在Keil7.0中使用。 只要把Ex02Dll.dll复制到 X:\\Keil\\C51\\BIN目录下。 打开测试程序,编译运行即可看到如图led.jpg中所显示的效果。-The simulator is used in Keil7.0. As long as Ex02Dll.dll copied to the X : \\ Keil \\ C51 \\ BIN directory. Open test procedure, compile operation can be seen
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
HZK32
- 单片机用32点宋体二级汉字库,系统对开发LED显示屏工程的朋友有帮助-Microcontroller with 32 points Times New Roman 2 Chinese character library, the system LED display on the development of projects to help friends
wq020115keilv
- keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码如"数""三"等字)过滤, 而导致编译出的程序在做液晶汉字显示时出错显示乱码. 请下载之后放到你的keil\c51\bin 目录里,运行这个程序.就可以了. 支持v8.02 -keil c51 will be at compile time 0xfd characters (some characters with the character code such as " few" " c"
LED
- 基于MDK的公版44B0的程序,新增加了程序注释,在公版上测试通过-MDK-based public version 44B0 procedures, new procedures for the Notes an increase in the public version of the test
swi
- 平台44B0开发板,里面包含一个bootloader程序,由此连接一个led灯控制程序,可以直接生成bin文件,实现烧写,非调制版,实现软中断和bootloader启动初始化-44B0 platform development board, which contains a bootloader program, which led to connect a signal-controlled process, can be directly generated bin file, the re
cckeilv802
- keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤, 而导致程序出错.特别是在做液晶汉字显示时. 针对这个bug.由网友编写了这个补丁. 请下载之后放到你的keil\c51\bin 目录里,运行这个程序.就可以了. 支持v8.02-keil c51 will be at compile time 0xfd characters (some characters with the character code) filter, which led to error. pa
led
- 跑马灯 这篇文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介绍,在此基础上,结合ARM7TDMI详细介绍了的JTAG调试原理。 [一个跑马灯程序.rar] - 一个s3c44b0上的启动兼测试程序 [44b0BIOS.rar] - 44b0启动代码 本项目在ADS1.2下编译,在SDT2.51的ADW中调试。编译时,请将整个44b0xbios目录拷贝-........\
forlinx6410-led
- 飞凌6410开发板led程序,包括C文件和bin文件,可在uboot状态下调试和运行。-Forlinx 6410 development board led programs, including the C file and bin file, you can debug and run in uboot state.
led
- 51单片机学习知识,流水灯试验源代码和bin,学习单片机的可作为参考-51 singlechip learning knowledge, water lamp test source code and bin, MCU learning can be used as reference
Program3_LPC1768.bin
- 有关于mbed控制SPTD开关控制红绿LED的程序。 -About mbed control SPTD red and green LED switch control program.