搜索资源列表
skyeyeinternal-0.6.8
- 用软件仿真arm7的硬件功能,可以抛开硬件 掌握嵌入式的开发-ARM7 software simulation function of the hardware can be put aside master embedded hardware development
32bit-arm-smart-card-system
- 智能卡业界最先进的产品体系的说明书,里面的体系结构和功能很值得大家分析。产品是用arm做控制器、CAN通讯、支持ID卡(EM4001)、MIFARE(ISO4443 TYPE A)、PSAM卡。产品包含门禁、考勤、收费。使用TCP/IP和嵌入式操作系统。-smart card industry's most advanced system products, the descr iption inside the structure and function is worth analy
EVC_TCP
- evc下网络编程是有一定难度的,上面这个功能包含了两个程序演示了在嵌入式设备里面怎样通过TCP来进行网络数据交互和传输.-AES network programming under a certain degree of difficulty. above this function contains two procedures demonstrated in embedded devices inside TCP how to conduct interactive data network
IICEXAMP-bbpc
- 蓝宇BBPC-SOM2496嵌入式主板 I2C实例代码与函数-Lan Yu-Main Board SOM2496 embedded code examples with I2C Function
KB-bbpc
- 蓝宇BBPC-SOM2496嵌入式主板 获取键盘扫描码实例代码与函数-Lan Yu-SOM2496 access to the Main Board Embedded keyboard scan code with the function code examples
LARGE_MEM-bbpc
- 蓝宇BBPC-SOM2496嵌入式主板 突破DOS内存限制实例代码与函数-Lan Yu-Main Board SOM2496 breakthrough Embedded DOS memory limit with the function code examples
WATCHDOG-bbpc
- 蓝宇BBPC-SOM2496嵌入式主板 看门狗编程实例代码与函数-Lan Yu-Main Board watchdog SOM2496 embedded programming code examples and function
myedit
- Qt Virtual Keyboard for QT embedded System if you can use that myLineEdit as a lineEdit component. this function is used for any types of PXA*** boards
STCDebugger
- STC单片机的调试程序。STC单片机不具备在线调试功能,该程序能够实现STC单片机的嵌入式调试,满足大部分情况使用。另附VC源代码,喜欢编程的爱好者,可以根据需要进行改进。-STC chip debugger. STC chip debug function is not available online, the program can achieve STC microcontroller embedded debugging, to meet in most cases to use. V
DMA
- ARM9嵌入式系统中进行DMA通道的数据传输,在DMA传输中,利用了中断,主要是DMA中断。在此函数的实现过程中,包含了很多信息有通道数、源地址、目的地址、传输数据大小、传输单元以及方式等。-ARM9 embedded system DMA channel for data transmission, the DMA transfer, the use of interrupted, mainly DMA interrupt. The realization of this function i
controller
- 运行在arm平台上的嵌入式gui程序,有菜单功能。-Run on arm embedded platform gui program, with the menu function.
shiyanMUL
- 设计一台嵌入式CISC模型计算机(采用定长CPU周期、联合控制方式),并运行能完成一定功能的机器语言程序进行验证,程序功能可从以下3类中任选一个: ●输入1到8之间的任意一个整数N,求1到N之间的所有数的平方和并输出显示,和为单字长。 -To design a model of embedded CISC computer (using fixed-length CPU cycles, joint control mode), and run to complete a certai
MPLAB_C18_interrupt
- MPLAB C18 不自动把中断服务程序放在中断向量处。通常将GOTO 指令放在中断向量处,从而把控制权转交给相应的中断服务程序 PIC18系列的低优先级中断入口地址在0x0018地址,下面的代码是在入口地址处放置一个向量函数,这个向量函数里就是一个内嵌汇编的GOTO指令,GOTO到低优先级的中断服务函数InterruptHandlerLow。-MPLAB C18 does not automatically interrupt service routine on the inte
sip
- 本系统设计并实现了基于 LPC2292, DM9000 的嵌入式网络通讯协议,协议遵循 RFC 标准 TCP/IP 规范。使用标准 C++ 语言在 ADS 下开发,完全源代码,方便移植与维护,代码小且运行效率高,容易进行二次开发。 系统实现了:以太网数据帧的收发、ARP 请求与应答、ICMP 中的 Ping 请求与应答、IP、UDP、简易的路由处理,可跨越网关收发数据。 使用本系统可进行各种具备网络功能产品的开发,如 VoIP 电话系统, 网络打印机,终端系统,各种监控系统、数据采集系统
SPI
- 该程序实现了飞利浦嵌入式处理器LPC23XX的SPI功能,对工业控制是很好的参考。-The program implements the SPI Philips embedded processor LPC23XX function, industrial control is a good reference.
SSP
- 该程序实现了飞利浦嵌入式处理器LPC23XX的SSP功能,对工业控制是很好的参考。-The program implements Philips embedded processor LPC23XX the SSP function, industrial control is a good reference.
2TP_test
- 简介: 基于ADS1.2开发环境,周立功LPC2300开发板,彩色触屏软件硬件配置,编写了本工程文件,编写函数用于LCD触屏校正、操作。 关键词:ARM7 LCP2300 触屏校正 嵌入式开发-Descr iption: ADS1.2 based development environment, ZLG LPC2300 development board, color touch screen software and hardware configuration, the pr
User_Manual_Firmware_Library_13475
- descr iptions function for microchip ARM for IAR embedded workbench
DCC-_based-_ARM-JTAG-debugger
- 本文详细介绍了基于DCC和JTAG的删硬件仿真调试器的研究与设计 过程。该硬件仿真调试器除了具有下载、断点、单步运行、连续运行、读写内存区域和对寄存器操作等基本调试功能外,还有通过使能DCC通道,来进行快速对目标机内存读写的功能。因为读写内存是调试过程中最常用的功能,这样就大大地提高了调试的效率。文中,首先对嵌入式系统开发和嵌入式调试器进行了全面的介绍。然后对当前嵌入式调试中应用最为广泛的JTAG技术和删中的 JTAG原理作了详细介绍。接着对删片上调试原理进行了深入分析。最后, 深入阐述了L锄b
SDkaSource
- SD卡的SPI读写程序,内含SPI总线时序函数、SD卡的读写函数,可直接嵌入到UC/OS操作系统中进行调用,采用.c和.h文件进行分装,可直接嵌入到项目或操作系统中,支持51单片机、STM32、ARM7等单片机,500M主屏以上的处理器请对SPI时序进行修改。-SD card SPI read and write procedures containing SPI bus timing function, SD card reader function, can be directly embe