-
FPGA设计的PCI的IP核
FPGA设计,PCI的IP核,很好的源代码,供大家参考!
- 2022-08-05 18:43:12下载
- 积分:1
-
AT91SAM7S GPIO 示例 (在最后的更新 25。2006 年 8 月)
GPIO 示例应用程序为 Atmel AT91SAM7S64 (应工作与所有 AT91SAM 后最小的变化)。基于 Atmel Keil 环境为例。源与手臂精灵海湾合作委员会 (如 WinARM) 兼容。生成与 WinARM 4/05 和 6/06 测试,但应该用所有手臂精灵 gcc 工具链.[下载] (20060825 的时间戳、 makefile、 标题、 链接器脚本和包含的启动代码) 编译。
- 2022-08-07 06:56:31下载
- 积分:1
-
intel IXP400系列cpu(2.3版)的库文件,包括微码,access layer和上层,所有的软件。
适合于做基于ixp400开发的人员...
intel IXP400系列cpu(2.3版)的库文件,包括微码,access layer和上层,所有的软件。
适合于做基于ixp400开发的人员-intel cpu IXP400 Series (version 2.3) of the library, including micro-code, access layer and the upper-class, all software. Suited to do based on the development of the staff ixp400
- 2023-01-22 03:55:04下载
- 积分:1
-
Introduced a bunch of fundamentals regarding embedded Linux in the form of PPT,...
关于嵌入式linux在ARM平台上的一些基本概念介绍,为ppt格式.适合初学者。-Introduced a bunch of fundamentals regarding embedded Linux in the form of PPT, very suitable for beginner
- 2022-09-24 06:55:03下载
- 积分:1
-
在W78E58处理器上移植的uCOS-II
资源描述在W78E58处理器上移植的uCOS-II 系统文件 + OS_CPU_C.C 、OS_CPU.H、 OS_CPU_A.ASM、INCLUDES.H应有尽有。
- 2022-02-02 04:07:27下载
- 积分:1
-
c 5402 g729a编码源代码
c 5402 g729a编码源代码--Source code for c 5402 g729a.
- 2023-01-25 03:15:03下载
- 积分:1
-
sst89c58下载器,使用keilc51的debug调试器下载。将本程序编译后写入sst89c58,并编程为remap 4kbytes。该芯片即有了keil环...
sst89c58下载器,使用keilc51的debug调试器下载。将本程序编译后写入sst89c58,并编程为remap 4kbytes。该芯片即有了keil环境下载功能,当p1.0拉低时,启动时进入下载程序,进入下载程序后将会自动删除block0,p1.0高电平时进入用户程序。
进入下载程序后,可以通过串口和keil的仿真环境连通,波特率自动调节,选择load HEX文件,即可将程序下载到sst89c58的低端32keeprom中。除了7e00-7fffh被占用-sst89c58 downloader, use the debug keilc51 Debugger download. This procedure compiled into sst89c58 and programming to remap 4kbytes. The chip has Keil environment that is the ability to download, p1.0 down, start the download entered into the download will be automatically deleted after block0, p1.0 to I enter the user program. After entering the download, through serial and Keil simulation environment connectivity, baud rate adjusts to choose load HEX documents, procedures and can be downloaded to the lower end of 32keeprom sst89c58 China. Apart from 7e00-occupied 7fffh
- 2022-03-16 08:52:16下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
nios 环境下的软件编程,主要用来设计cpu内核
nios 环境下的软件编程,主要用来设计cpu内核-nios environment of software programming, mainly for the design of core cpu
- 2022-03-09 19:50:25下载
- 积分:1
-
LCD液晶显示模块驱动程序,采用的是JDL12864液晶模块
LCD液晶显示模块驱动程序,采用的是JDL12864液晶模块-LCD liquid crystal display module drivers, using the JDL12864 LCD Module
- 2022-07-24 05:15:03下载
- 积分:1