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

Search list

[Other resourceavr+cp2200_source

Description: m16+cp2200组成的网络接口。 m16使用内部RC振荡8M,如果要提高主频,请注意修改模拟总线读函数。 cp2200模块使用www.icdev.com.cn的,更改pin44连接VCC,即总线复用方式,地址数据复用。 软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。 硬件连接: m16 | cp2200 PORTA | AD0-7 PB0 | RST PB1 | CS PB2 | RD PB3 | WR PD2 | INT PD3 | ALE(A3) 由于采用的是m16做为主控,只能使用总线模拟方式,其读写速度有限,经测试约为双向11.8kBps(90kbps)。 由于ram有限,仅仅采用了332Bytes的数据缓冲做为收发buffer,超过此长度的以太网包将抛弃。 此工程文件仅仅做为cp220x的一个移植范例,高级tcpip应用代码因商业缘故不会提供,请勿找我询问。-m16 cp2200 a network interface. M16 use of internal RC oscillator 8 M, if we are to raise the frequency, please note time change Bus simulation function. Cp2200 module uses www.icdev.com.cn. changes pin44 connecting VCC, bus multiplexing, address data multiplexing. Software programmers use avrstudio4.12 sp4 winavr (bringing their avrstudio winavr embedded in the way). Hardware connections : m16 | cp2200 PORTA | AD0-7 pins | RST PB1 | CS PB2 | RD PB3 | WR NC | INT PD3 | ALE (A3) is used as the main control m16, It can only use bus simulation, the literacy rate is limited, After about a two-way test 11.8 kBps (90kbps). As the ram limited, merely using the 332 Bytes of data as a buffer TX buffer, Over this length of the Ethernet packets will be discarded. This works only as a document of a tr
Platform: | Size: 101751 | Author: 刘晓军 | Hits:

[SCMavr+cp2200_source

Description: m16+cp2200组成的网络接口。 m16使用内部RC振荡8M,如果要提高主频,请注意修改模拟总线读函数。 cp2200模块使用www.icdev.com.cn的,更改pin44连接VCC,即总线复用方式,地址数据复用。 软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。 硬件连接: m16 | cp2200 PORTA | AD0-7 PB0 | RST PB1 | CS PB2 | RD PB3 | WR PD2 | INT PD3 | ALE(A3) 由于采用的是m16做为主控,只能使用总线模拟方式,其读写速度有限,经测试约为双向11.8kBps(90kbps)。 由于ram有限,仅仅采用了332Bytes的数据缓冲做为收发buffer,超过此长度的以太网包将抛弃。 此工程文件仅仅做为cp220x的一个移植范例,高级tcpip应用代码因商业缘故不会提供,请勿找我询问。-m16 cp2200 a network interface. M16 use of internal RC oscillator 8 M, if we are to raise the frequency, please note time change Bus simulation function. Cp2200 module uses www.icdev.com.cn. changes pin44 connecting VCC, bus multiplexing, address data multiplexing. Software programmers use avrstudio4.12 sp4 winavr (bringing their avrstudio winavr embedded in the way). Hardware connections : m16 | cp2200 PORTA | AD0-7 pins | RST PB1 | CS PB2 | RD PB3 | WR NC | INT PD3 | ALE (A3) is used as the main control m16, It can only use bus simulation, the literacy rate is limited, After about a two-way test 11.8 kBps (90kbps). As the ram limited, merely using the 332 Bytes of data as a buffer TX buffer, Over this length of the Ethernet packets will be discarded. This works only as a document of a tr
Platform: | Size: 101376 | Author: 刘晓军 | Hits:

[SCMOCM240128DriverAPI

Description: 液晶 OCM/TG240128 驱动 编程语言: C 原产品硬件ATMega128/1280 ,晶振14.7456M 软件AVR ICC7.14C 破解版 由产品源码中提取,详细的字符和图行操作.实现LCD内任何位置的定位操作. void LCD_Init(void) void GMoveTo(U8 yline, U8 xcolumn) void TMoveTo(U8 y, U8 x,U8 len) void DispStartLine(U8 gt, U8 line) void LCD_ClrRam (void) void LCD_ON(unsigned char on) void Draw_Pixel(U8 x, U8 y) void LineTo(U8 x0, U8 y0, U8 x1, U8 y1) void Draw_Line(unsigned char x0, unsigned char y0, unsigned char yl) void disp_img(unsigned int x0, unsigned int y0, unsigned int xl, unsigned int yl, const U8 *img) void DispString(unsigned char x, unsigned char y, char* string) void Printf(U8 x, U8 y, char *fmt, ...) ...... -LCD driver OCM/TG240128 programming languages: C original hardware products ATMega128/1280, crystal 14.7456M software cracked version of AVR ICC7.14C extracted from the product source code, detailed characters and map line operations. The realization of LCD in the positioning of any location operation. void LCD_Init (void) void GMoveTo (U8 yline, U8 xcolumn) void TMoveTo (U8 y, U8 x, U8 len) void DispStartLine (U8 gt, U8 line) void LCD_ClrRam (void) void LCD_ON (unsigned char on) void Draw_Pixel (U8 x, U8 y) void LineTo (U8 x0, U8 y0, U8 x1, U8 y1) void Draw_Line (unsigned char x0, unsigned char y0, unsigned char yl) void disp_img (unsigned int x0, unsigned int y0, unsigned int xl, unsigned int yl, const U8* img) void DispString (unsigned char x, unsigned char y, char* string) void Printf (U8 x, U8 y, char* fmt, ...) ......
Platform: | Size: 11264 | Author: | Hits:

[SCMeeprom

Description: 本代码完成了对AVR单片机的eeprom的操作。在EEPROM中读写字符型(char)数据和整型(int)数据。-Of the code completed the AVR MCU EEPROM operation. EEPROM read and write in the character (char) data and integer (int) data.
Platform: | Size: 1024 | Author: 阿贵 | Hits:

[Embeded-SCM Developint

Description: avr program to enable interrupts on atmega 8535
Platform: | Size: 6144 | Author: jaibhan | Hits:

[SCMINT

Description: AVR ATmega128所有外部中断驱动。设置全部通过测试,完美移植使用-AVR ATmega128 all external interrupt-driven. Set all passed the test and perfect the use of transplantation
Platform: | Size: 1024 | Author: 肖志勇 | Hits:

[Embeded-SCM Developltcsrc

Description: AVR Line following robot embedded program (Int.RC 8MHz)
Platform: | Size: 8192 | Author: zzzzz | Hits:

[SCMAD_LED

Description: < AVR单片机C语言开发入门指导>> Project 多通道AD转换 Chip type ATmega8 Clock frequency :内部RC(INT)8.000000M Author ATMEGA8内部的转换器-" <AVR单片机C语言开发入门指导> > Project multi-channel AD converter Chip type ATmega8 Clock frequency: the internal RC (INT) 8.000000M Author ATMEGA8 inside the converter
Platform: | Size: 2048 | Author: 32446975 | Hits:

[OtherRbo

Description: 采样率为sr,多选择II导联作为心电分析数据,该分析要用到的数据记录至少为1分钟的心电波形数据-void main() (E3BGX[ { const int N=15420 //N=sr*time M./3@A const int n=(int)sr*0.04,yanshi=(int)sr*0.2,back=(int)sr*0.04 //n=sr*0.04,yanshi=sr*0.2?,back=sr*0.04 PDl=!>u const int M=N //负斜率找寻阵维数M=N-n "q"$bY9<3 const int R=200 UUFW=m` int Q=(int)sr*1.2 T/- VpU # const int RR1=1.2*sr,RR4=(int)sr*1.6 //RR1=1.2*sr,RR2=1.5*sr,RR3=0.5*sr,RR4=1.6*sr tU {1.&D float data[N][13],time,I,II,III,avr,avl,avf,v1,v2,v3,v4,v5,v6 { ft(y.#C= const int F=2 ^qH|x>Z int i=0
Platform: | Size: 1024 | Author: 轩零 | Hits:

[SCMattiny15l_led_pwm

Description: This ASM code generates a 50Hz PWM signal for LEDs. AVR micro type ATtiny15L @ 1.6MHz int. RC osc.
Platform: | Size: 1024 | Author: Xan55 | Hits:

[Algorithmint

Description: 中断程序,IVVAVR,AVR应用,单片机学习资料,C语言操作-Interrupt procedure, IVVAVR AVR applications, single-chip learning materials, the C language operating
Platform: | Size: 32768 | Author: 刘康 | Hits:

[Other Embeded programarduino-Learning-notes

Description: 要了解 arduino 就先要了解什么是单片机,arduino 平台的基础就是 AVR 指令集的单片机。 -To learn arduino must first understand what is a single-chip platform Also byte int microcontroller AVR instruction set.
Platform: | Size: 3810304 | Author: jiangxingzhou | Hits:

[Other Embeded program6.Ext-Int

Description: AVR Atmega 16 External interrupt demo
Platform: | Size: 20480 | Author: swapnil | Hits:

[Other Embeded program6.Ext-Int

Description: AVR Atmega 16 External interrupt demo
Platform: | Size: 20480 | Author: swapnil | Hits:

[Embeded-SCM DevelopINT

Description: avr单片机外部中断程序,按下对应按键点亮对应的led-avr external interrupt program, press the corresponding button corresponding led lights
Platform: | Size: 1024 | Author: 陈丽 | Hits:

[Embeded-SCM Developltcsrc

Description: AVR Line following robot embedded program (Int.RC 8MHz)
Platform: | Size: 8192 | Author: importantto | Hits:

[SCMINT

Description: AVR单片机 ATmega128利用外部中断开关8个led小灯,下降沿触发/上升沿触发,带注释,方便初学者理解-AVR ATmega128 microcontroller external interrupt switch 8 led a small lamp, falling trigger/rising edge triggered, annotated, easy for beginners to understand
Platform: | Size: 45056 | Author: 叶影 | Hits:

[SCMCalibration

Description: Calibration algorithm sharpened for ADC 7705 and other computing systems. (UNSIGNED INT ->65535) mikroC from avr using - include <built_in.h> fast view - proteus
Platform: | Size: 44032 | Author: Evgeniy | Hits:

[assembly languageINTEGER-ARCTANGENT

Description: Int Arc tangent routines in AVR ASM
Platform: | Size: 10240 | Author: curinga | Hits:

CodeBus www.codebus.net