Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - max
Search - max - List
AT91S_IPheader IpHeader; int status; AT91F_LowLevelInit(); AT91F_DBGU_Printk("\n\n\r-I- ======================================\n\r"); AT91F_DBGU_Printk("-I- AT91RM9200 EMAC Test\n\r"); AT91F_DBGU_Printk("-I- --------------------------------------\n\r"); //* System Timer initialization AT91F_ST_SetPeriodInterval(AT91C_BASE_ST, AT91C_ST_PITS); AT91F_ST_EnableIt(AT91C_BASE_ST, AT91C_ST_PITS); AT91F_AIC_ConfigureIt ( AT91C_BASE_AIC, // AIC base address AT91C_ID_SYS, // System peripheral ID AT91C_AIC_PRIOR_HIGHEST, // Max priority AT91C_AIC_SRCTYPE_INT_LEVEL_SENSITIVE, // Level sensitive AT91F_ST_ASM_HANDLER ); //* Enable ST interrupt AT91F_AIC_EnableIt(AT91C_BASE_AIC, AT91C_ID_SYS); //* Initialize AT91RM9200 EMAC status = AT91F_EmacEntry(); if (status) { sprintf(MsgBuffer, "Error EMAC init: 0x%x", status); AT91F_DBGU_Printk(MsgBuffer); while(1); } while(1) if (AT91F_ProcessEmacPacket(&IpHeader) == AT91C_IPPACKET) AT91F_DisplayIpPacket(&IpHeader);
Date : 2011-08-06 Size : 56.18kb User : onewind

采用MAX485 芯片 使用ARM 系统硬件的UART 编程实现RS485 通信的基本收发功能-Using MAX485 chip systems using ARM hardware UART Programming RS485 communication function of the basic transceiver
Date : 2025-12-28 Size : 301kb User : 朱盛之

Example project for NXP LPC2103. In the code, beside blinking the LED, there are some basic system initialization routines - enabling of Fast GPIO, MAM and PLLa for max speed (72MHz).
Date : 2025-12-28 Size : 144kb User : sallum

Example project for ST STM32F103RB. In the code, beside blinking the LED with editable speed, there are some basic system initialization routines - enabling of all GPIO ports, configuraton of Flash latency and enabling PLLa for max speed (72MHz).
Date : 2025-12-28 Size : 1.43mb User : sallum

arm based green house controller
Date : 2025-12-28 Size : 52kb User : nadeem

基于STM32F10的FIR滤波器 参数 : hx[Max] : 系统函数,Max为系统函数的阶数,或是系数的个数,定义为Short型 xn[M] : 输入参数 yn[N] : 输出参数 M,N,Max的关系为 M + Max -1 = N - STM32F10-based FIR filters Parameters: hx [Max]: system functions, Max is the order of the system function, or the number of coefficients, defined as the Short type xn [M]: input parameters yn [N]: output parameter the relationship between Max ,M, N is :M+ Max-1 = N
Date : 2025-12-28 Size : 859kb User : rogeret

MAX7219驱动,用于数码管静态显示,用较少的IO口控制数码管-max 7219 driver
Date : 2025-12-28 Size : 77kb User : apple

max31865驱动程序(max 3 1 8 6 5 driver for stm32)
Date : 2025-12-28 Size : 1kb User : kk.yan

stm32f103的开发板电路,很有使用价值(STM32f103 border Development board circuit, very useful)
Date : 2025-12-28 Size : 616kb User : ckh20070903

用中规模MSI基本逻辑功能模块 实现关模比较器(要求分别使用中规模和语言实现): 功能要求:它的输入是两个8位无符号二进制整数X和Y,以及一个控制信号S;输出信号为1个8位无符号二进制整数Z。输入输出关系为:当S=1时, Z=min(X,Y);当S=0时, Z=max(X,Y)。(Modeling comparator is implemented by using basic logic function modules of medium-scale MSI (medium-scale and language are required respectively): Functional requirements: Its input is two 8-bit unsigned binary integers X and Y, and a control signal S; the output signal is an 8-bit unsigned binary integer Z. The relationship between input and output is: when S = 1, Z = min (X, Y); when S = 0, Z = max (X, Y).)
Date : 2025-12-28 Size : 10kb User : 瘾1581
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.