搜索资源列表
watchdog实验
- 文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件-document functional 44binit.s - --- interrupted initialization, memory, stack, system initializ
c环境下的编译器
- 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Exper
2410iic
- 2410开发板在ADS下测试IIC的程序 运行步骤: 1 打开iic.mcp工程文件 2 运行 3 观察终端输出从eeprom中 读出的数据 文件说明: iic_test.c 开发板初始化文件 2410iic.c iic实验主程序文件-2410 ADS development board under test in the IIC running steps : an open iic.mcp engineering documents two running t
2410iis
- 2410开发板在ADS下测试IIS的程序 运行步骤: 1 打开iis.mcp工程文件 2 运行 3 根据屏幕提示,下载pcm文件到开发板中 然后接上耳机在开发板上的spi输出端,听取 音频输出 文件说明: iis_test.c 开发板初始化文件 2410iis.c iis实验主程序文件-2410 ADS development board under test in the running IIS steps : an open iis.mcp two pro
2410LED
- 2410开发板在ADS下测试LED的程序 运行步骤: 1 打开led.mcp工程文件 2 运行 3 观察开发板上的跑马灯闪烁 文件说明: init.s 开发板初始化文件 Main.c 中断实验主程序文件-2410 ADS development board in the LED under test running steps : an open led.mcp engineering documents two running three observation o
2410DA
- 2410开发板在ADS下的D/A转换测试程序。 运行步骤: 1 打开DA.mcp工程文件 2 运行 3 使用示波器, 连接示波器与开发板上的DA输出和地线, 观察示波器上的变化 文件说明: ad_test.c 开发板初始化文件 ad.c ad实验主程序文件 -2410 ADS development board in the D / A converter testing procedures. Running steps : an open DA.mcp
2410int
- 2410开发板在ADS下的中断测试程序。 运行步骤: 1 打开int.mcp工程文件 2 运行 3 按下开发板上的Eint0,Eint5,Eint19按键 观察终端上的中断输出 文件说明: int_test.c 开发板初始化文件 Eint.c 中断实验主程序文件-development board in 2410 under the ADS interruption test. Running steps : an open int.mcp two project
zlg_7289
- 1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am
led_linux2.4.18
- Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
smp86xx_rootfs.tar.bz2
- sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt ================= This is the Sigma Designs customization of the root file system for the SMP86xx family of chips. This package is of course
ftpClient
- 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
camera-v4l
- linux和arm下usb摄像头图像的获取,领用s3c2440芯片和video for linux 编程,c语言编程-linux and arm under the usb camera image acquisition, the recipients S3C2440 chip and video for linux programming, c language programming
2410AD
- 2410开发板在ADS下的A/D转换测试程序。 运行步骤: 1 打开ad.mcp工程文件 2 运行 3 用一根导线连接ad 输入0通道,观察屏幕输出数据的变化 文件说明: ad_test.c:开发板初始化文件 ad.c :ad测试主文件-2410 ADS development board in the A/D converter testing procedures. Running steps : one open document ad.mcp two proj
main.c
- READ SERIAL PORT AND WRITE IT INTO a FILE
gps
- gps数据接收代码,包含gps.c,gps.h,main.c pudn中类似的代码在GetComma()函数中基本都是有误的。而且注释也不全。 这个是完整的版本,并且适合ARM2440/2410开发板。希望对大家有所帮助!-gps data receiving code, including gps.c, gps.h, main.c pudn in a similar code in GetComma () function are basically wrong in the. And
MINI6410
- 说明:该程序是适用于Mini6410开发板,是一个很小的裸机程序,基开发平台为 ADS,主要功能是 点亮 LED 并驱动串口输出,程序运行后,板上的LED 将会出现“对对碰”显示效果,同时从串口0 打印“Hello,  Mini6410”,  目标可执行文件可以被烧写到 Nand  Flash 的Block0运行,也可以烧写至普 通的 SD 卡运行使用, 可以称之为Bootloader的雏形。    -image_cfg.inc ma
test_link_01
- 此shell脚本可以自动编译所在文件夹的.C文件,并生成静态库文件,同时会删除.O文件 #不会将文件所含的main.c编译成库文件 # #先编译,然后再生成库。-This shell scr ipt to automatically compile the folder where the. C file, and generate a static library files, and it will delete. O file# is not contained in the
FFT
- FFT 包含的文件听完整的。fftmiscs.c main.c fourierf.c time.c main.c希望对你有所帮组-FFT contains the file to listen to the complete I hope for your help groups
main
- main.c为画图程序,将bmp格式图片画在视频的图层上。-main.c for the Paint program, will bmp format pictures painted on the video layer.
main.c
- test cruizcore gyro If you do not want to upload source code, you can join the download 200 files