CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - max
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - max - List
[
ARM-PowerPC-ColdFire-MIPS
]
9200-emc-test
DL : 0
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
[
ARM-PowerPC-ColdFire-MIPS
]
2410_RS-485
DL : 0
采用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
:
朱盛之
[
ARM-PowerPC-ColdFire-MIPS
]
lpc2103_blink_led-1.2.0-100415
DL : 0
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
[
ARM-PowerPC-ColdFire-MIPS
]
stm32_blink_led-1.2.0-100415
DL : 0
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-PowerPC-ColdFire-MIPS
]
max-pcb
DL : 0
arm based green house controller
Date
: 2025-12-28
Size
: 52kb
User
:
nadeem
[
ARM-PowerPC-ColdFire-MIPS
]
C-code-for-FIR
DL : 1
基于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
[
ARM-PowerPC-ColdFire-MIPS
]
max7219
DL : 0
MAX7219驱动,用于数码管静态显示,用较少的IO口控制数码管-max 7219 driver
Date
: 2025-12-28
Size
: 77kb
User
:
apple
[
ARM-PowerPC-ColdFire-MIPS
]
MAX31865
DL : 0
max31865驱动程序(max 3 1 8 6 5 driver for stm32)
Date
: 2025-12-28
Size
: 1kb
User
:
kk.yan
[
ARM-PowerPC-ColdFire-MIPS
]
5、STM32_MAX核心板原理图
DL : 0
stm32f103的开发板电路,很有使用价值(STM32f103 border Development board circuit, very useful)
Date
: 2025-12-28
Size
: 616kb
User
:
ckh20070903
[
ARM-PowerPC-ColdFire-MIPS
]
vivado
DL : 0
用中规模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.