搜索资源列表
21IC ARM微控制器LPC210X的LCD接口技术
- 摘要:本文分别以GPI0口直接连接、串行转换连接、CPLD分部连接三种方法阐述了无外部总线的Philips ARM微控制器LPC210X与点阵图形液晶显示器的接口设计,并给出硬件电路框图和主要程序。 -Abstract : GPI0 I were to directly connect a serial link, connecting CPLD Division three methods described without external bus Philips LPC210X ARM
IICtest
- 44B0的测试程序代码,此程序介绍了44B0 的IIC的应用方法并给出了完整原程序-44B0 test code, this procedure 44B0 of the IIC and the application is a complete original program
ARM指令集(中文)
- arm开发资料,关于arm指令集。熟悉arm开发的好方法-arm development, information on arm instruction set. Familiar with the development arm of a good method
有限状态机
- 有限状态机FSM思想广泛应用于硬件控制电路设计,也是软件上常用的一种处理方法(软件上称为FMM--有限消息机)。它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上判断事件,变连续处理为离散数字处理,符合计算机的工作特点。同时,因为有限状态机具有有限个状态,所以可以在实际的工程上实现。但这并不意味着其只能进行有限次的处理,相反,有限状态机是闭环系统,有限无穷,可以用有限的状态,处理无穷的事务。-FSM thinking widely used hardware control circuit d
ADS与Jtag使用方法
- ADS集成开发环境及EasyJTAG仿真器应用,具有介绍ADS与Jtag使用方法-ADS integrated development environment and EasyJTAG simulator applications, ADS is introduced with the use of Jtag
ARM JTAG实时仿真器安装和使用指南
- 该文档讲述了ARM JTAG实时仿真器安装的方法-the document on the ARM JTAG real-time simulator installation methods
USB接口技术实际应用
- 单片机及arm与usb接口的资料,详细介绍了usb1.1与其它设备的接口方法-MCU and arm with the USB interface to the information, details of the other equipment with USB1.1 Interface
ARMCODE1
- 本书通过实例介绍了嵌入式编程的方法与技巧书中例子具有实用性-book example of embedded programming methods and techniques with practical examples book
JFlash_MM_W_Src_0511
- 这个程序是我自己写的,主要用于PXA255的烧写,经过我修改后,特别方便JTAG下,CPU的调试,可以测试CPU的各个IO脚,无需跑操作系统,即可简单查看外设是否正常。参照APP子目录下的使用方法即可。在微软的JflashMM上做了修改。-I wrote it myself, mainly for the PXA255 burning, I have revised, especially convenient JTAG, the CPU test, the CPU can test vario
S3C44B0Xcomm
- 通过讨论常见的串口软件使用的方法,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-through discussion of the common use of serial software, Based on the call a double-buffer queue Serial buffer management strategy Serial software modules and the method to which attenti
EMBED_RTI
- 本书介绍了嵌入式微计算机系统的通用设计方法并提供了详细的Motorola6805,6808,6811和6812的应用示例.-book introduces embedded micro-computer systems of universal design methods and to provide a detailed Motorola 6805,6808,6811 and 6812 the sample application.
pp00
- 基于IAR集成开发平台的ARM程序设计方法.pdf-IAR-based integrated development platform for the ARM program design methods. Pdf
LPC2200_flash
- LPC2200外部写FLASH编程方法-LPC2200 write external FLASH Programming .................
risc5x_rel1[1].1
- risc5x源代码。介绍了一般微处理器核的设计原理、基本概念和方法.-risc5x source code. On the general design of the microprocessor nuclear principles and basic concepts and methods.
bq26100SHA1c_files
- bq26100加密芯片在ARM上的应用,给出了使用方法和源程序-bq26100 encryption ARM chip in the application is the use of methods and sources
bluetooth_brun_headphone
- 蓝牙耳机的烧录源码,程序写得不好但大家可在里面了解到一些CSR库文件的调用方法.-Bluetooth headset CD source, procedure is not well written but we can try to understand some of the documents CSR method call.
移植ucGUI到S3C44B0X的详细方法
- 移植ucGUI到S3C44B0X的详细方法-transplant ucGUI to the detailed methodology S3C44B0X
嵌入式系统-软件-硬件统一方法
- 描述在嵌入式系统设计时,软件和硬件设计的相互统一的方法,有一定的参考价值-described in embedded system design, software and hardware design mutually integrated approaches, there is a certain reference value
Windows下ESP32的Eclipse开发环境配置及使用方法
- Windows下ESP32的Eclipse开发环境配置及使用方法(windows ,ECLIPSE for ESP32)
STM32f103延时方法
- 介绍了几种适合STM32F103处理器的延时方法,亲测可用