资源列表
Lwip 协议栈的设计与实现(NEW中文)
- 中文Lwip协议栈的设计与实现(NEW).pdf-Chinese Lwip protocol stack design and implementation (NEW). Pdf
u241mon
- 该源文件是基于S3c2410的通用驱动u241min.bin的源程序-the source document is based on the common driver S3c2410 the source u241min.bin
i2c111
- 此程序是用IO模拟I2C接口的驱动,大家简单改一下IO宏定义就可以用了-this procedure is used IO simulation I2C interface drives, we change it IO simple macros can be used!
arm的flash烧写软件
- arm烧写flash的烧写软件,包含破解文件-arm of burning flash of burning software, documents containing crack
um_s3c2440a_rev10
- SAMSUNG的2440使用手册,最高频率400MHz,市场已有售-Samsung's 2440 manual, the maximum frequency of 400MHz, the market has been on sale
lpc2148_usbhid
- 这是一个Keil MCB2148开发板上针对LPC2148的HID项目程序,它示范了如果实现USB HID: - 8个LED - INT1按钮 该设备将被Windows识别并加载为普通的HID 设备。LED和按钮将和PC端HID用户软件进行交互。-Keil MCB2148 LPC2148 development board against the HID project procedures, which demonstrated a USB HID if :-eight LED
4510bootloader附源代码
- 4510 bootloader的实现与分析 (附源代码)-4510 Bootloader the Implementation and Analysis (source code)
支持tftp下载的bootloader
- 可以支持tftp下载的一个ARM开发的bootloader实例 -support tftp can download the development of a ARM Bootloader examples
LcdsourcesforArm
- 一个基于ARM开发的LCD显示调试工具的实例源代码程序-an ARM-based development of the LCD display examples of debugging tools source code procedures
uCOS-II at s3c44b0上的移植
- 实时操作系统uCOS-II在ARM处理器s3c44b0上的移植源代码-real-time operating system uCOS-II s3c44b0 the ARM processor on the transplant source code
ARM JTAG 调试原理
- 这篇文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介绍,在此基础上,结合ARM7TDMI详细介绍了的JTAG调试原理。-This article introduces the ARM JTAG debugging basic tenets. The basic elements include the TAP (TEST PORT ACCESS) and BOUNDARY - SC
有限状态机
- 有限状态机FSM思想广泛应用于硬件控制电路设计,也是软件上常用的一种处理方法(软件上称为FMM--有限消息机)。它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上判断事件,变连续处理为离散数字处理,符合计算机的工作特点。同时,因为有限状态机具有有限个状态,所以可以在实际的工程上实现。但这并不意味着其只能进行有限次的处理,相反,有限状态机是闭环系统,有限无穷,可以用有限的状态,处理无穷的事务。-FSM thinking widely used hardware control circuit d