搜索资源列表
ARM9(s3c2410)USB_mouse
- 三星ARM9 s3c2410 usb device开发 ,实现HID鼠标功能 USB_device_lib.c: usb设备库函数 USB_device_config.c usb设备鼠标配置,配置描述符,接口描述符,类描述等,接USB控制传输。 USB_device.c usb设备鼠标主代码 。-Samsung ARM9 s3c2410 usb device development, HID achieve USB_device_lib.c mouse functions : us
Demo_ST44B0X
- 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s ----- initialization interrupt, memory, stac
magic905
- nrf905在magicARM实验箱上实现的代码 主函数包含了发送和接受的标准函数 驱动包在NRF905文件夹里-nrf905 magicARM experimental box in achieving the main function contains code of the sending and receiving standard function-driven wrapped in paper folders NRF905
dds_drive.h
- 在NIOS中生成dds的.h文件,配合相应的.c文件,生成dds,由于要尽量使软件符合软件工程要求,故在main函数中仅需调用.c,在头文件中添加.h
Libraries
- 这主要是关于stm8l的一类编程的库函数配置。-this is some of the stm8l main code,maybe is very useful for the new man write the code。
main
- Am2303的c语言操作程序,包括主函数,以及操作函数-The am2303 c language operating procedures, including the main function, and operating functions
LEDSPK
- led控制,main函数给出了所用寄存器的设置,适合入门选手学习 lpc2214的-it s sample.the manage of led
superconsole
- 51单片机超级终端(c语言) 超级终端主函数,移植时需要重写几个初始化函数 * //* designed by fk at heu-51 SCM HyperTerminal (c language) HyperTerminal main function, transplantation needs to be rewritten several initialization function*//* designed by fk at heu
Atmega8
- 机器人程序,Atmega8是前后传感器小板上的芯片的程序(前后都有,但用的是同一个程序),它将数据处理后通过异步串口(uart)传给主芯片。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和c
Atmega128
- 机器人程序,Atmega128是主芯片程序。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和config.h除外),xxx.h引用config.h并定义所有xxx.c中的函数,以便yyy.c
DAC
- C8051F020的DAC源程序,及部分主函数等等源代码-C8051F020 the DAC source, and some of the main functions, and so the source code
main
- 嵌入式系统开发大作业例程,电梯模拟代码,只给出了main函数部分,需要的朋友可以用这个代替软件中的例程keyboard.dsw中的main部分。-Embedded system developing your work routines, elevator simulation code, give only a main function, need friends can part with this instead of in the software of routines. The m
18B20
- STC89C52下的一个实现使用DS18B20温度传感器测试温度程序,包含传感器驱动和主函数控制-STC89C52 one under the temperature sensor DS18B20 implementations use test program, including temperature sensor drive and control the main () function
liushuideng
- STM8S 简单流水灯实验的代码 包括库函数 主函数 工程-The STM8S simple water lamp experimental code library functions main function works
main
- 飞思卡尔杯电磁组小车比赛(六传感器模式)的主函数,可供大家参考-Freescale Cup electromagnetic group car race (six sensor mode) the main function for your reference
SST25VF016
- 基于SST25VF016B的单片机程序,包括所有功能和main函数。-SST25VF016B microcontroller based procedures, including all features and main functions.
IIC
- MSP430G2553用的IIC程序,没有main函数,又中断-MSP430G2553 with the IIC program, there is no main function, and interrupt
main
- 主函数 关于msp430的一个主函数 功能自己看-The main function
LIS3DH
- li3dh的源码驱动文件 .h and .c 和一个应用main函数-nano 3 axial
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。