搜索资源列表
有限状态机
- 有限状态机FSM思想广泛应用于硬件控制电路设计,也是软件上常用的一种处理方法(软件上称为FMM--有限消息机)。它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上判断事件,变连续处理为离散数字处理,符合计算机的工作特点。同时,因为有限状态机具有有限个状态,所以可以在实际的工程上实现。但这并不意味着其只能进行有限次的处理,相反,有限状态机是闭环系统,有限无穷,可以用有限的状态,处理无穷的事务。-FSM thinking widely used hardware control circuit d
LPC2000系列32位ARM微控制器的CAN接收过滤设置
- LPC2000系列32位ARM微控制器中为所有CAN控制器提供了全局的接收标识符查询功能。它包含一个512×32(2k字节)的RAM,通过软件处理,可在RAM中存放1~5个标识符表格。整个AF RAM可容纳1024个标准标识符或512个扩展标识符,或两种类型混合的标识符。由于允许的表格范围有2k字节,所以能容易地满足设计复杂的ID接收过滤要求-Series 32 LPC2000 ARM microcontrollers for all CAN controller provides a glob
emac_app
- 一个网卡的应用,基于kb9202开发板,SOC是atmel的at91,实现了ICMP和ARP协议,IP太繁,实现个缩水版的又没有意思-a card applications, based on kb9202 Development Board, the SOC is atmel at91. Implementation of ICMP and ARP, IP is too complex and achieve a shrunken version of the formula interest
tailD
- ATmega8 taillight circuitA more complex C program that implements different flashing patterns under the control of both the push buttons and potentiometer. Use your imagination to come up with some novel ideas here. Remember however that more marks a
zhiling.rar
- 复杂模型机设计(内附:微指令设计,微程序,流程图,模型机设计报告,测试程序,验证程序)是本人复杂模型机设计的全部成果,The complexity of model design (with: microinstruction design, micro-process, flow chart, the report model design, testing procedures, the verification process) is a complex model, I design a
softpack-1.4-at91cap9-dk-web
- Development tools for the AT91CAP9-DK.Examples on how to use the AT91CAP9-DK features and peripherals, as well as more complex demonstration applications.
16-bit_cpu_design
- 详细介绍了如何设计一个简单的16位cpu.其中包含了从最基础的指令系统开始到最复杂的cu控制器的设计思路,方案.最后还介绍了一些有关vhdl语言的用法,并给出了具体的cpu部件的vhdl代码,从而帮助大家更为深刻的学习如何设计一个简单的cpu-Described in detail how to design a simple 16-bit cpu. Which contains the most basic instruction from the beginning to the most
USB_Device
- ARM9嵌入式系统开发与实践-USB接口实验,利用C语言,复杂一些-ARM9 embedded system development and practice-USB interface experiment, the use of C language, complex
Atmega
- Atmega128硬件规格说明 英文原版 主要应用于系统的控制-Atmega128 Hardware specifications English version mainly used in the complex system control
FLASH
- 人机界面的FLASH详细教程,使工程师不再需要研究复杂而冗长的命令和协议了,直接在我们的仿真软件中就可以完成显示界面的设计,触摸按钮的设计,甚至可以随意关联您所需要的声音或者音乐。新的方案完全打破了传统的二次开发模式,以往图片和按键的定位,属性的定义都比较复杂,需要资深的研发背景;而新的方案则是完全基于界面的设计理念,只需要通过界面编辑软件,即可对您DIY的图片,按钮进行自由设计,并能自动探测按钮的位置,随意设置界面的属性等 ,不学编程,也可以做触摸屏了。 显示终端最终可以为用户管理100个
ARM-startup-code-design-reference
- 基于ARM的芯片多数为复杂的片上系统,这种复杂系统里的多数硬件模块都是可配置的,需要由软件来设置其需要的工作状态。因此在用户的应用程序之前,需要由专门的一段代码来完成对系统的初始化。-The majority of ARM-based chips for complex system on chip, the majority of this complex system of hardware modules are configurable, which requires software
RT-Thread-0.3.3
- RT-Thread已经包括了LPC1768的基本移植,通常RT-Thread的做法是,只提供独立的工程,并且在工程中力图把最多的特性都打开了,而不是类似一些做开发板的,循序渐进的提供一些例子。当然,在RT-Thread极为优秀的剪裁能力基础上,能够化繁为简,或层层叠加形成一个复杂的系统: >>使能LwIP TCP/IP网络组件,仅需要在rtconfig.h中定义RT_USING_LWIP宏。 -RT-Thread LPC1768 has been included in th
PICTailPSDMMC
- PIC32单片机通过文件系统实现对SD卡的读写操作,调试通过,完整代码-When using Microchip original PICTail Daughter Board for SD/MMC cards a few pins need to be reassigned to acomodate for the different I/O selection. Things are a little more complex when using a PIC32MX4 series Pr
LPC1700_IAR_demo
- LPC1700 IAR配套例程 例程说明: 1、基础例程部分,如果提供的是USER_CODE——即用户代码,请将例程文件夹里面的USER_CODE复制到前后台模板的工程中,将模板里的USER_CODE替代掉,即可调试应用,此操作目的是将模板与用户代码分离开,便于模板升级。如果提供的是工程文件,请直接打开即可调试。 2、高级例程比较复杂,直接打开工程即可应用。-LPC1700 IAR supporting routines routines Descr iption: a
S3C6410
- 裸机代码~~~新手值得珍藏~~从GPIO到复杂外设一步步教你学会ARM11的裸机变成-Bare metal code ~ ~ ~ novice worth treasuring ~ ~ from the GPIO to the complex peripherals teach you step by step learn to the ARM11 of bare metal to become. .
music
- 基于51单片机的音乐程序,一个小程序但是由于里面的代码都把最复杂的东西写了,所以很有用-Based 51 MCU music program, a small program, but due to the code inside their most complex thing to write, so useful
HSM
- 本历程实现了一个完整的层次状态机HSM,可根据UML方便的写出相应的状态机代码。特别适合复杂状态机的开发。-This process implements a complete hierarchical state machine (HSM), according to the UML state diagram convenient to write the corresponding state machine code. Especially for complex state machi
zu-cheng-yuan-li-ke-she-
- 通过设计(包括整机结构设计、指令设计、微程序设计、微指令设计、调试程序设计等)、组装、调试三个步骤完成一台微程序控制的复杂实验计算机的设计-By design (including machine design, instruction design, micro-programming, microinstruction design, commissioning program design, etc.), assembly, commissioning three steps to com
STM32F103
- stm32f103的中文版固件库资料,运用stm32固件库,能让你减少很多查阅相关寄存器的繁杂工作,而专注于开发。此固件库为中文版。-stm32f103 the Chinese version of the firmware library materials, use stm32 firmware library, allowing you to reduce a lot of access to relevant registers of complex work, and focus on
FLOW
- /* 流量程序第1版 Finish Date: 2011\2\21 改动日期:2011\7\15 版本号:U1.0 采用11.0592MHz外部晶振 显示方式:动态扫描 功能描述: 1.检测流量,单位1m3/min=60m3/h 2.检测范围,0~100m3/min 3.频率输出200-1000Hz 调试方法:0 调零,1 量程,2 线性,3 报警点,4 断电点,5 复电点,6 自检点,7 自检, 8 AD输入电压,9 灵敏
