搜索资源列表
有限状态机
- 有限状态机FSM思想广泛应用于硬件控制电路设计,也是软件上常用的一种处理方法(软件上称为FMM--有限消息机)。它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上判断事件,变连续处理为离散数字处理,符合计算机的工作特点。同时,因为有限状态机具有有限个状态,所以可以在实际的工程上实现。但这并不意味着其只能进行有限次的处理,相反,有限状态机是闭环系统,有限无穷,可以用有限的状态,处理无穷的事务。-FSM thinking widely used hardware control circuit d
ARMzhiling
- ARM 指令集寄存器和处理器模式(26-bit 体系) 寄存器和处理器模式(32-bit 体系) 程序状态寄存器和操纵它的指令 寄存器装载和存储指令 算术和逻辑指令 移位操作 乘法指令 比较指令 分支指令 条件执行 软件中断指令-ARM instruction set processor registers and model (26-bit system) and the processor registers mode (32-bi
CirrusLogic
- IAR 开发环境的Cirrus Logic的例程-IAR Development Environment Cirrus Logic Programming
JtagANA
- JTAG协议分析软件,配合周立功的LA1032逻辑分析仪使用,可以观察各种JTAG仿真器的通信过程.-JTAG protocol analysis software, with Zhou meritorious LA1032 logic analyzer use, can observe various JTAG Emulator for the communication process.
Cirrus Logic CS8900a
- Cirrus Logic CS8900A 的datasheet ,CS8900A是常見搭配ARM9的Ethernet Controller
test05
- UART RX with simple logic flow to check the protocol correct or not. Important is that the logic flow.
nand_flash_ctl
- nand flash control logic
AC motor vector control
- AC motor vector control(only main code source, and it can index the method of logic implentment)
rcs9000
- 微机线路保护源代码,包括系统的各项底层驱动程序,以太网103规约,保护逻辑等。-Microprocessor line protection source code, including the system of the underlying drivers, Ethernet 103 protocol, protection logic.
ARM
- arm中文资料,ARM指令集(中文),对arm寄存器和处理器模式进行了说明,程序状态寄存器,寄存器装载和存储指令,算数和逻辑指令,移位操作,乘法指令,比较指令,分支指令,条件执行,软件终端指令,-arm of Chinese information, ARM instruction set (Chinese) on the arm and the processor mode register are described, the program status register, registe
dcc
- 调试通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc. DCC is accessed by the target via coprocessor 14 using the ARM instructions MCR and MRC. The two assembler source files provided are: out
User_manual_2410x
- This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size
LPC2468PinList
- CSV file pin list import file for creating part schematic in PADS logic.-CSV file pin list import file for creating part schematic in PADS logic.
ER638E1REV2
- Reference EP9315 produced by Cirrus Logic Data Sheet revision DS638PP4 dated March 2005.
EP9315_PP4
- Enhanced Universal Platform System-on-Chip Processor EP9315 produced by Cirrus Logic Data Sheet
EP9315_PB
- EP9315 Enhanced Universal Platform System-on-Chip Processor produced by Cirrus Logic Data Sheet
ARM.doc
- ARM指令集,包括访问数据,逻辑运算,位操作和THUMB指令 -ARM instruction set, including access to data, logic operations, bit operations and THUMB instructions
CS495XX_HWspec_12_13_04
- Cirrus Logic 音频DSP CS495xx 手册-Cirrus Logic Audio DSP CS495xx HWSpec
Logic-Analyzer
- 基于Cy7y168013USB接口芯片的逻辑分析仪keil源码-Logic analyzer based on Cy7y168013USB interface chip keil source code
qm--Logic-function-simplification
- 逻辑函数化简,参考了 清华大学的《数字逻辑与数字集成电路》这本书里面的化简方法,并把它的化简方法用C++语言实现。里面用两个C++类实现-Logic function simplification, reference to Tsinghua University, digital logic and digital integrated circuits, the book inside the simplified method, and its simplification metho