Welcome![Sign In][Sign Up]
Location:
Search - iccavr 6.3

Search list

[Other resourceICCAVR-IRcoding

Description: 红外解码的方法 NEC格式 upd6121 1、9Ms的高电平启动头,然后是4.5Ms的低电平,如果2.25Ms时就有高电平,是持续信号,不处理 2、然后以一个高电平和一个低电平为1Bit,高电平时间是0.5625Ms=562us, 高低电平时间比为1:1时是Bit1,比为1:3时是Bit0 3、Timer1中断执行100us采样周期,9Ms=90,4.5Ms=45,高电平=5,低电平最多15 4、共读入4Byte共24bit,第1、2Byte是CustomCode码和其反码,第3、4Byte是DataCode和其反码 5、CustomCode正确和DataCode效验正确的话,执行 6、红外接收器输出是反相的
Platform: | Size: 821544 | Author: wang | Hits:

[Other resourceAT90S8535

Description: AVR单片机应用设计.pdf   本书以AT90S8535单片机为主线讲述AVR单片机。AT90S8535单片机是AVR单片机中内部接口丰富、功能比较全、性能价格比高的品种。  本书共分16章。第1章,单片机概述;第2章,8535单片机系统结构概况;第3章,AVR单片机指令系统;第4章,定点数运算程序设计及数制转换;第5章,浮点数运算程序设计;第6章,8535单片机 EEPROM读/写访问;第7章,8535单片机I/O端口及其应用;第8章,中断系统及应用;第9章,8535单片机定时器/计数器及其应用;第10章,8535单片机模拟量输入接口;第11章,AVR单片机串行接口及应用;第12章,AVR单片机存储器编程;第13章,AVR的C语言IccAVR及应用;第14章,AVR单片机开发工具及应用;第15章,AVR单片机的最新发展;第16章,整机设计中几个问题的处理方法。书中所举硬件设计、软件设计实例均经实验通过。
Platform: | Size: 7791179 | Author: 风无痕 | Hits:

[SCMIccAVR 6.3C

Description: avr编译环境 ICCAVR6.30 破解版本-avr build environment ICCAVR6.30 cracked versions
Platform: | Size: 13420544 | Author: 陈先良 | Hits:

[SCMAVRusart

Description: avr应用有关使用注意事项如下 1 在使用例子程序之前将库文件libslavr.a 拷贝到ICCAVR 安装目录下的库文件目录中 即...\LIB\目录将头文件slavr.h 拷贝到头文件目录即...\include\目录 2 如果想使用库文件中的函数那么设置如下 1) 在文件中应使用 "#include <slavr.h>"包含slavr.h 头文件 2) 在工程选项中的Additional LIB 一栏中填入"slavr" 使用附加的libslavr.a 库文件(注意引号不需要输入) 3 libslavr.a 库中包含的函数清单如下 1) void write_lcd(unsigned char data,unsigned-avr applied to matters relating to the use of the following examples of the use of a procedure before the document libslav r.a ICCAVR copy of the installation directory of the library catalog is ... \ LIB \ directory paper's head lavr.h copy directory that is the end ... \ include \ directory 2 if they wish to use the library Functions are then installed a), the document should be used "# include
Platform: | Size: 9216 | Author: | Hits:

[SCMICCAVR-IRcoding

Description: 红外解码的方法 NEC格式 upd6121 1、9Ms的高电平启动头,然后是4.5Ms的低电平,如果2.25Ms时就有高电平,是持续信号,不处理 2、然后以一个高电平和一个低电平为1Bit,高电平时间是0.5625Ms=562us, 高低电平时间比为1:1时是Bit1,比为1:3时是Bit0 3、Timer1中断执行100us采样周期,9Ms=90,4.5Ms=45,高电平=5,低电平最多15 4、共读入4Byte共24bit,第1、2Byte是CustomCode码和其反码,第3、4Byte是DataCode和其反码 5、CustomCode正确和DataCode效验正确的话,执行 6、红外接收器输出是反相的-Infrared NEC format decoding method upd61211, 9Ms start of the high head, and then the low 4.5ms, if 2.25Ms when there is high, is a continuous signal, do not deal with 2, and then to a high and a low level for 1Bit, high time is 0.5625Ms = 562us, high-low ratio of 1:1 when the time is Bit1, ratio of 1:3 is Bit03, Timer1 interrupt the implementation of 100us sampling period, 9Ms = 90, 4.5Ms = 45, high = 5, low-level maximum of 154, were read into 4Byte were 24bit, No. 1,2 Byte is CustomCode code and its anti-code, the first is the 3,4 Byte Code DataCode and its anti-5, CustomCode correct and well-tested DataCode correct, the implementation of 6, infrared receiver output is RP s
Platform: | Size: 821248 | Author: wang | Hits:

[SCMAT90S8535

Description: AVR单片机应用设计.pdf   本书以AT90S8535单片机为主线讲述AVR单片机。AT90S8535单片机是AVR单片机中内部接口丰富、功能比较全、性能价格比高的品种。  本书共分16章。第1章,单片机概述;第2章,8535单片机系统结构概况;第3章,AVR单片机指令系统;第4章,定点数运算程序设计及数制转换;第5章,浮点数运算程序设计;第6章,8535单片机 EEPROM读/写访问;第7章,8535单片机I/O端口及其应用;第8章,中断系统及应用;第9章,8535单片机定时器/计数器及其应用;第10章,8535单片机模拟量输入接口;第11章,AVR单片机串行接口及应用;第12章,AVR单片机存储器编程;第13章,AVR的C语言IccAVR及应用;第14章,AVR单片机开发工具及应用;第15章,AVR单片机的最新发展;第16章,整机设计中几个问题的处理方法。书中所举硬件设计、软件设计实例均经实验通过。 -err
Platform: | Size: 7790592 | Author: 风无痕 | Hits:

[ARM-PowerPC-ColdFire-MIPSThermometer(v1.3)2007-12-13

Description: 用ICCAVR所写的温度采集函数,硬件使用为ATmega128-Written by ICCAVR temperature acquisition function, the hardware used for the ATmega128
Platform: | Size: 15360 | Author: 阿斗 | Hits:

[assembly languageICCAVR6

Description: ICCAVR v6.31专业版内存补丁的使用 1、复制内存补丁IccAvrPro631.exe到ICC7AVR v6.31的安装目录下的bin子目录中; 2、以后每次使用ICCAVR 6.31时都只需运行内存补丁IccAvrPro 6.13.exe,内存补丁会自动启动ICCAVR6,并使之成为PRO版; 3、为了方便你可以给内存补丁复制一个快捷方式到桌面上 4、仅供学习使用,请不要用于商业目的,否则后果自负。 5、本人在使用ICCAVR6.31时,表现良好,在其他版本里面没有使用过,所以不太好说话。不过我相信应该是没有问题的。-ICCAVR v6.31 Professional Edition patch the use of memory 1, memory copy ICC7AVR v6.31 patch IccAvrPro631.exe to the installation directory bin subdirectory 2, after each use when ICCAVR 6.31 patch just run the memory IccAvrPro 6.13 . exe, memory patch will automatically start ICCAVR6, and become a PRO version 3, in order to facilitate a patch you can copy to the memory of a shortcut to the desktop 4, only learning to use, you should not be used for commercial purposes, otherwise the consequences of conceited. 5, when I use ICCAVR6.31, performed well in the other versions do not use it, so to speak not so good. However, I believe that there should be no question.
Platform: | Size: 204800 | Author: 李圣灵 | Hits:

[SCMfmtransmitter

Description: 这是用AVR单片机控制FM发射芯片BH1415F的程序代码,使用的编译器时是 ICCAVR编译器。单片机的外围有3个按键分别控制发射的声道、频率快速加、慢加。发射的频率范围是88M~108M。-It is FM transmitter IC AVR MCU BH1415F program code, the compiler uses when ICCAVR compiler. External MCU has three buttons control the emission of the channel, respectively, frequency of rapid increase, slow increase. Emission frequency range is 88M ~ 108M.
Platform: | Size: 31744 | Author: 胡桂远 | Hits:

[SCMATmega16keyboardsimulation

Description: Platform : proteus7.4仿真电路 Project : 4乘4矩阵键盘程序(GCC) Clock F : 3.6864M Software : WinAVR-20090313+Proteus7.4 Author : hh comments : 1、学习4*4键盘程序的编写方法 2、采用轮询的方法检测按键,按键使用防抖处理 3、当按下按键后,对应的LED灯点亮 4、占用5.4 存储器空间,较ICCAVR的22 小的不少,但仿真时速度较慢,可能与计算机性能有关 -Platform: proteus7.4 simulation circuit Project: 4 x 4 matrix keyboard program (GCC) Clock F: 3.6864M Software: WinAVR-20090313+ Proteus7.4 Author: hh comments: 1, 4* 4 keyboard program to learn the preparation method 2, using the polling method to detect key, key for 3 with image stabilization, when the button is pressed, the corresponding LED lights up 4, take up memory space of 5.4 compared to 22 ICCAVR small number, but faster than the time simulation slow computer performance may be related
Platform: | Size: 62464 | Author: 黄虎 | Hits:

[SCMICCAVR-V6.31

Description: 该软件是最流行的单片机开发工具。内含注册机。注册后就是专业版的C语言单片机开发软件。适合于windows xp操作系统。-The software is the most popular microcontroller development tools. Containing RI. Professional registration is a single-chip version of the C language development software. For windows xp operating system.
Platform: | Size: 5112832 | Author: zhuxirong | Hits:

[SCM1_LED

Description: LED灯实验。1.在ICCAVR环境下建立项目,并加入源文件,然后编译、连接该项目 2.用AVR Studio仿真(需选择JTAG ICE仿真)或者将LED.HEX烧入单片机 3.程序默认的是流水灯,当把源程序的i=0改为i=1时,LED将以闪烁灯显示-LED light experiment.A. , Establish project ICCAVR environment, and adding a source file and then compile the project, connecting Two. Simulation using the AVR Studio (JTAG ICE emulation must be selected) or the LED.HEX burned into the microcontroller 3. The default is water lights, when the source of i = 0 to i = 1, the LED will be flashing lights
Platform: | Size: 20480 | Author: 赖激烈 | Hits:

[SCM2_SMG

Description: 数码管实验 。1.在ICCAVR环境下建立项目,并加入源文件,然后编译、连接该项目 2.用AVR Studio仿真(需选择JTAG ICE)或者将LED.HEX烧入单片机 3.可以看到6位数码管循环显示1、2、3、4、5、6,可以更改data[6]数组的内容 来改变循环显示的内容。-Digital control experiment.A. , Establish project ICCAVR environment, and adding a source file and then compile the project, connecting Two. AVR Studio simulation (need to select the JTAG ICE), or the LED.HEX burned into the microcontroller 3. Can see that 6 of the digital control loop to display 1, 2, 3, 4, 5, 6, can change the contents of the data [6] array To change the contents of the cycle.
Platform: | Size: 21504 | Author: 赖激烈 | Hits:

[Com PortDPS81

Description: 数码电源avr单片机程序原码.带VFD显示,3*7键盘-DPS8100 POWER SUPPLIS ICCAVR CODE
Platform: | Size: 13312 | Author: majianyun | Hits:

[SCMcodeID

Description: PT2262软件解码程序,不用定时器,不用中断,代码最少。发射端为PT2262 3.3M 的电阻 接收端为 M8 内部1M RC振荡。解码成功后输出D口显示。编译软件为 ICCAVR。 -PT2262 software decoding process, no timers, without interruption, the code minimum. Transmitter for the PT2262 3.3M resistor receiving end for the M8 internal 1M RC oscillation. After successfully decoded output port D display. Compile software ICCAVR.
Platform: | Size: 1024 | Author: chenlin | Hits:

[Other Embeded programshumaguandongtaisaomiao

Description: 3位数码管动态扫描,使用环境ICCAVR ,单片机为ATMEGA16 .-3 digital dynamic scanning, using the environment ICCAVR, microcontroller ATMEGA16.
Platform: | Size: 1024 | Author: 赵国朋 | Hits:

[uCOSSOFTWARE

Description: 使用ATMEGA128单片机(AVR单片机)移植UCOS-II系统,控制3个IO点灯的任务。环境:ICCAVR 7.13,仿真工具proteus7.8,编程语言:C。在网上下载的很多源码要么编译通不过,要么通过了无法正常运行。自己修改下载的文件,最终让其重见天日,希望对需要的人有所帮助。-The use of ATMEGA128 MCU (microcontroller AVR) transplantation of UCOS-II system, control of 3 IO lighting task. Environment: ICCAVR 7.13, the simulation tool proteus7.8, the programming language: C. Download a lot of source code or compiled pass, either through to the normal operation of. Modify the downloaded files themselves, and finally let the light, hope to help people in need.
Platform: | Size: 1853440 | Author: caodan | Hits:

CodeBus www.codebus.net