搜索资源列表
ext_flash
- 这是一个扩展flash的驱动程序,包括最接近底层的寄存器操作和str710的板子初始化的代码,相当详细。
nand
- 这是一个片内flash的驱动程序,包括最接近底层的寄存器操作和str710的板子初始化的代码,相当详细。
timer
- 这是一个定时器timer的驱动程序,包括最接近底层的寄存器操作和str710的板子初始化的代码,相当详细。
uart
- 这是一个ucos下uart的驱动程序,包括最接近底层的寄存器操作和str710的板子初始化的代码,相当详细。
watchdog
- 这是一个ucos下看门狗的驱动程序,包括最接近底层的寄存器操作和str710的板子初始化的代码,相当详细。
TLCD
- pic单片机 DB4~DB7:在L CD中的作用,为数据线,DB0~DB2接地,DB3接高电平以完成对液晶的初始化。本Demo例子程序中,与单片机的RB2~RB5连接,用户使用其他的管腿时,只需修改#define部分。 RS为数据、指令控制线,与单片机的RB1连接,当RS为高电平时对LCD模块数据寄存器操作,当RS为低电平时对LCD模块指令寄存器操作; E为读写使能控制线,与单片机的RA5连接,每当E线向LCD模块发送一个正脉冲,LCD模块与单片机之间将进行一次数据交换; A、K
IIC.rar
- DSP 5509A IIC通讯程序 特点: 1. C寄存器操作,是最好的IIC通讯原理学习手段。完整掌握IIC通讯过程,比看那个狗屁CSL好多了。 2. 定义了宏操作,可以实现对“位”操纵,新手可以学习一下。 ,DSP 5509A IIC characteristics of the communication process: 1. C register operation, the IIC is the best means of communication principle st
Timer
- LPC1752的定时器操作,寄存器操作例程,三个定时器都有-LPC1752 timer operations, register operations routine, three timers are
TMS320VC54XXregmodule
- TMS320VC54XX的寄存器操作的头的模型-Register operation TMS320VC54XX the first model
STC_LIB
- stc单片机程序开发包,用简单明了的宏或者函数来代替直接寄存器操作。使用了stc89c52和stc12c2052,做完后将程序整理了一下,stc单片机程序开发包。使用uVision3可以找到函数或者宏的定义。-stc single-chip development package, with simple macro or function to replace the direct register operation. Stc89c52 and used stc12c2052, after
STM32_BASE_NO_FWLIB
- 完全没有固件库,直接对寄存器操作,类似MSP430的编程,可以大大提高效率。 工程中实现LED的操作。可以使用,是IARV5的环境-There is no firmware library, direct-to-register operation, similar to MSP430 programming, can greatly improve efficiency. Works to achieve the operation of LED. Can use, the environ
VHDL_100_1
- 第43例 四位移位寄存器 第44例 寄存/计数器 第45例 顺序过程调用 第46例 VHDL中generic缺省值的使用 第47例 无输入元件的模拟 第48例 测试激励向量的编写 第49例 delta延迟例释 第50例 惯性延迟分析 第51例 传输延迟驱动优先 第52例 多倍(次)分频器 第53例 三位计数器与测试平台 第54例 分秒计数显示器的行为描述6 第55例 地址计数器 第56例 指令预读计数器 第57例 加.c减.c乘指令的
shifter
- vhdl,双向移位寄存器,实现置数,左移及右移操作-vhdl, bi-directional shift register to achieve set the number of left and right shift operation
RISC_CPU
- Verilog写的简单处理器QuartusII下可编译 //指令 操作码 源寄存器 目的寄存器 操作 // NOP 0000 xxxxx xxxxxx 空操作 //ADD 0001 src dest dest<=src+dest //SUB 0010 src dest dest<=dest-src //AND 0011 src dest dest<=src&&dest //NOT 0100 src dest dest<
1_GPIO
- STM32 GPIO程序 没有使用库函数,纯寄存器操作,效率非常高-STM32 GPIO program does not use the library functions, pure register operation, efficiency is very high
stm8 读取flash
- stm8 寄存器操作读取flash 在IAR软件上使用C编写
stm32f105-寄存器版本各种历程
- 基本的stm32licheng 比较全 常用的操作都有 并且是寄存器版本的 希望能帮助到你(Basic stm32licheng Compare all the commonly used operations are, and is a register version, hoping to help you)
避障
- 山东省机器人大赛一等奖作品。给爱好者一个参考,并且给学习stm32单片机学习寄存器的一个福利。欢迎交流(First prize of Shandong robot competition. Give lovers a reference, and to learn STM32 MCU learning a register of benefits. Welcome to exchange!)
DMA寄存器操作
- DMA寄存器操作,通过寄存器的方式实现对DMA的配置(DMA register operation, through the register way to achieve the configuration of the DMA)
flash_ceshi
- 串行SPI flash寄存器操作,指令操作,倍速写入(Serial SPI flash register operation, operation instruction, writing speed)