Welcome![Sign In][Sign Up]
Location:
Search - KEIL FOR AVR

Search list

[Other resourceAVRXianchangxiazaiqi

Description: 一个完整得AVR现场下载器,制作源代码, AVR单片机现场ISP编程器程序 目标MCU: AT89S52-24PI 编译器:KEIL C51 7.0 晶振:11.0592MHz-integrity in a scene AVR for download, making source code, AVR ISP programmer scene procedures MCU target : AT89S52 - 24PI compiler : KEIL C51 7.0 crystal : 11.0592MHz
Platform: | Size: 101909 | Author: 王培明 | Hits:

[Other resourcePinYin_InputMethod_C51

Description: 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。 在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。 打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must be 12, byte to store 000 GB code, is not the way to compile results :-( about 3000h. because most of the index table. Code Optimization almost ineffective. Keil in the C simulation uses the chip in W77E58 Winbond, It has 32 k ROM 256B on-chip RAM, 1K on-chi
Platform: | Size: 14619 | Author: Jawen | Hits:

[Other resourceKeilc51v802

Description: 单片机开发模拟仿真软件,KEIL最新版本V8.0,可进行ARM,AVR等多种硬件仿真。-MCU development simulation software, the latest version V8.0 KEIL, for ARM, AVR and other hardware simulation.
Platform: | Size: 25418800 | Author: 周鸿 | Hits:

[Other resourceavros

Description: 南格(AVR)操作系统 for keil
Platform: | Size: 72194 | Author: xiaocongyin | Hits:

[SCMAVRXianchangxiazaiqi

Description: 一个完整得AVR现场下载器,制作源代码, AVR单片机现场ISP编程器程序 目标MCU: AT89S52-24PI 编译器:KEIL C51 7.0 晶振:11.0592MHz-integrity in a scene AVR for download, making source code, AVR ISP programmer scene procedures MCU target : AT89S52- 24PI compiler : KEIL C51 7.0 crystal : 11.0592MHz
Platform: | Size: 101376 | Author: | Hits:

[SCMPinYin_InputMethod_C51

Description: 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。 在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。 打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must be 12, byte to store 000 GB code, is not the way to compile results :-( about 3000h. because most of the index table. Code Optimization almost ineffective. Keil in the C simulation uses the chip in W77E58 Winbond, It has 32 k ROM 256B on-chip RAM, 1K on-chi
Platform: | Size: 14336 | Author: Jawen | Hits:

[SCMKeilc51v802

Description: 单片机开发模拟仿真软件,KEIL最新版本V8.0,可进行ARM,AVR等多种硬件仿真。-MCU development simulation software, the latest version V8.0 KEIL, for ARM, AVR and other hardware simulation.
Platform: | Size: 25418752 | Author: 周鸿 | Hits:

[uCOSavros

Description: 南格(AVR)操作系统 for keil -Nange (AVR) operating system for keil
Platform: | Size: 71680 | Author: xiaocongyin | Hits:

[SCMLCD12896

Description: 一个12896液晶的例子 采用的驱动芯片是S6B0741 是采用SPI方式与单片机通信 源程序为AVR的MEGA16和51的例子 按照程序说明连接,程序直接烧到单片机上即可使用 还包括了液晶驱动芯片资料和一个汉字字模转换程序 开发环境:AVR为IAR 51为KEIL-12,896 examples of an LCD driver chip is used S6B0741 using SPI communication with the source code for the AVR Singlechip MEGA16 and 51 of the examples in accordance with the description of the procedures to connect, the program can be directly spread on the use of single-chip also includes a LCD driver chip data and a Chinese character matrix conversion process development environment: AVR for IAR 51 for KEIL
Platform: | Size: 3708928 | Author: sanke | Hits:

[Embeded-SCM Develop6K71

Description: c语言用511.8英寸彩色液晶屏图像文字显示程序,可以用于51单片机(环境keil C51)或者AVR(环境cvAVR),或者PIC(环境PICC)-c language with 511.8 inches color LCD image display program text that can be used for 51 single-chip microcomputer (environment keil C51) or AVR (Environmental cvAVR), or PIC (Environmental PICC)
Platform: | Size: 72704 | Author: yangquan | Hits:

[Embeded-SCM Develop8310-8bit

Description: 1.8英寸彩色液晶屏图像文字显示程序,可以用于51单片机(环境keil C51)或者AVR(环境cvAVR),或者PIC(环境PICC)-1.8-inch color LCD image display program text that can be used for 51 single-chip microcomputer (environment keil C51) or AVR (Environmental cvAVR), or PIC (Environmental PICC)
Platform: | Size: 20480 | Author: yangquan | Hits:

[Embeded-SCM Develop61509

Description: 1.8英寸彩色液晶屏图像文字显示程序,可以用于51单片机(环境keil C51)或者AVR(环境cvAVR),或者PIC(环境PICC)-1.8-inch color LCD image display program text that can be used for 51 single-chip microcomputer (environment keil C51) or AVR (Environmental cvAVR), or PIC (Environmental PICC)
Platform: | Size: 35840 | Author: yangquan | Hits:

[Embeded-SCM DevelopLG4524

Description: 1.8英寸彩色液晶屏图像文字显示程序,可以用于51单片机(环境keil C51)或者AVR(环境cvAVR),或者PIC(环境PICC)-1.8-inch color LCD image display program text that can be used for 51 single-chip microcomputer (environment keil C51) or AVR (Environmental cvAVR), or PIC (Environmental PICC)
Platform: | Size: 1024 | Author: yangquan | Hits:

[SCMavr-s51

Description: avr——51电路板 keil程序 开发环境为keil软件,单片机应用-avr- 51 circuit board program development environment keil software for keil, Microcontroller Application
Platform: | Size: 616448 | Author: kay | Hits:

[ARM-PowerPC-ColdFire-MIPSSPWM

Description: stm32 space vector pwm code generator using keil uvision for brushless motor control
Platform: | Size: 499712 | Author: murat | Hits:

[Other1

Description: Fatfs是一个优秀的文件系统,同时也是一个易于移植的文件系统,目前的Fatfs版本只需要编写6个函数和配置几个宏就能完成移植。 网上很多移植Fatfs的文章,记得有一篇写得不错,出处我没有找到,很多人转载都把标题写成 "一篇比较详细介绍FatFs文件系统移植的文章",需要的朋友可以去参考下。 网上很多Fatfs的移植工程,基于AVR的、STM32的很多,但鲜有现成的移植好基于51的Keil 工程可供参考。我不熟悉那些AVR、STM32,参考起来有点别扭^_^。 对于初次接触SD卡和文件系统的新手来说,有一个完整的可供参考的移植实例可以大大减少移植所需的时间和精力。 1、本工程是根据EDN的一位网友上传的源码包整理的,个人认为代码写得很工整,看起来比较舒服,所以我做了简单的工作,把工程后缀名为.wsp的源码包改为Keil工程,以方便有需要的人参考与阅读! 2、EDN网友的博客地址是 http://blog.ednchina.com/xzp21st/,有兴趣的朋友可以去看看。我的博客地址是http://blog.21ic.com/user1/5926/index.html,欢迎各位光临!-Fatfs is an excellent file system, but also an easy-to-portable file system, the current version of Fatfs just need to write six functions and configurations can be done a few macro transplant. Many transplant Fatfs online articles, remember that a well-written well, I did not find a source, many people regarded reproduced the title as the "a more detailed description FatFs file system migration, the article" the need to refer a friend can go to the next. Many online Fatfs transplant project, based on the AVR s, STM32 many, but few are ready to transplant a good project based on 51 Keil for reference. I am not familiar with those AVR, STM32, refer to them a little bit awkward ^ _ ^. For the first time the file system access to SD card and the novice, there is a complete reference of the transplants can greatly reduce instances of migration time and effort. 1, this project is based on one of EDN User upload source packages finishing I personally thi
Platform: | Size: 225280 | Author: gao | Hits:

[SCMavr123

Description: 常用AVR单片机入门及进阶学习程序代码,带有注释,用keil编译的 其中既有C语言的 又有汇编的程序-the frequently used AVR series mcu programs used for beginners with interpretation including c code and asm code
Platform: | Size: 886784 | Author: 朱莉 | Hits:

[SCM51-AVR

Description: 单片机仿真学习板,用proteu打开,关联keil,实现单片机的仿真学习。对初学者很有用-SCM simulation study board, with proteu open, associated keil, SCM simulation study. Very useful for beginners
Platform: | Size: 377856 | Author: kk | Hits:

[SCMPROTEUS-plate

Description: Proteus软件是英国Lab Center Electronics公司出版的EDA工具软件(该软件中国总代理为广州风标电子技术有限公司)。它不仅具有其它EDA工具软件的仿真功能,还能仿真单片机及外围器件。它是目前比较好的仿真单片机及外围器件的工具。虽然目前国内推广刚起步,但已受到单片机爱好者、从事单片机教学的教师、致力于单片机开发应用的科技工作者的青睐。 Proteus是世界上著名的EDA工具(仿真软件),从原理图布图、代码调试到单片机与外围电路协同仿真,一键切换到PCB设计,真正实现了从概念到产品的完整设计。是目前世界上唯一将电路仿真软件、PCB设计软件和虚拟模型仿真软件三合一的设计平台,其处理器模型支持8051、HC11、PIC10/12/16/18/24/30/DsPIC33、AVR、ARM、8086和MSP430等,2010年又增加了Cortex和DSP系列处理器,并持续增加其他系列处理器模型。在编译方面,它也支持IAR、Keil和MPLAB等多种编译器。-Proteus is EDA software tools UK Lab Center Electronics, Inc. publication (the software distributor in China for the Guangzhou Electronic Technology Co., Ltd. Weathervane). Not only does it have other EDA tools simulation capabilities, but also simulation microcontroller and peripheral devices. It is better simulation tool microcontroller and peripheral devices. Although the domestic promotion has just started, but has been SCM lovers, teachers engaged in teaching SCM, SCM is committed to favor the development and application of science and technology workers. Proteus is the world' s leading EDA tools (simulation software), the schematic layout, code debugging the MCU and peripheral circuit co-simulation, a key switch to the PCB design, truly complete design concept to product. Is the only circuit simulation software, PCB design software and simulation software triple virtual model design platform, its processor models support 8051, HC11, PIC10/12/16/18/24/30/DsPIC33, AVR world, A
Platform: | Size: 8075264 | Author: 尚锐精 | Hits:

[SCMnongli

Description: 最强万年历:支持所有的单片机、ARM、AVR、MSP430、PIC等(支持C开发),可嵌入任何标准C编译器 BC++、VC、ADS、KEIL等.-The strongest calendar: support all MCU, arm, AVR, MSP430, PIC etc. (support for the development of the C) can be embedded in any standard C compiler BC, VC, ads, Keil etc..
Platform: | Size: 5120 | Author: duanheshun | Hits:

CodeBus www.codebus.net