c51驱动lcd.含字幕滚动,初始化中断设置,读取RAM数据发送,地址自加,启动AD转换等
上传时间: 2016-04-07
上传用户:yzhl1988
Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to build a binary compatible CPU with the things I had in the drawer: 74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard. Now here the results. Note, that the Bus timing is different from the 6502.
标签: disappeared catalogues possible Wanted
上传时间: 2016-04-09
上传用户:hn891122
高精度实时时钟-SD2001驱动程序,对sd2001时钟进行时实读写,并对其内部的ram进行操作
上传时间: 2016-04-10
上传用户:JasonC
DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比。当N较大时,因计算量太大,直接用DFT算法进行谱分析和信号的实时处理是不切实际的。快速傅立叶变换(Fast Fourier Transformation,简称FFT)使DFT运算效率提高1~2个数量级。其原因是当N较大时,对DFT进行了基4和基2分解运算。FFT算法除了必需的数据存储器ram和旋转因子rom外,仍需较复杂的运算和控制电路单元,即使现在,实现长点数的FFT仍然是很困难。本文提出的FFT实现算法是基于FPGA之上的,算法完成对一个序列的FFT计算,完全由脉冲触发,外部只输入一脉冲头和输入数据,便可以得到该脉冲头作为起始标志的N点FFT输出结果。由于使用了双ram,该算法是流型(Pipelined)的,可以连续计算N点复数输入FFT,即输入可以是分段N点连续复数数据流。采用DIF(Decimation In Frequency)-FFT和DIT(Decimation In Time)-FFT对于算法本身来说是无关紧要的,因为两种情况下只是存储器的读写地址有所变动而已,不影响算法的结构和流程,也不会对算法复杂度有何影响。
标签: Transformation Discrete Fourier DFT
上传时间: 2016-04-12
上传用户:lx9076
通过串行口加载HEX程序文件,转换成BIN格式并保存在片外RAM中;加载完毕后蜂鸣器鸣叫,并等待按下K4;K4按下后,跳转到RAM去执行程序。
上传时间: 2014-01-22
上传用户:515414293
Proteus6.7是目前最好的模拟单片机外围器件的工具,真的很不错。可以仿真51系列、AVR,PIC等常用的MCU及其外围电路(如LCD,RAM,ROM,键盘,马达,LED,AD/DA,部分SPI器件,部分IIC器件,...) 其实proteus与multisim比较类似,只不过它可以仿真MCU!
上传时间: 2016-04-14
上传用户:aeiouetla
这是调用max7219汇编程序(Nm7219.ASM )的C51程序, */ /* 文件名CALL7219.c。 */ /* 功能:本程序主要是将显示缓冲区的8位数在LED上显示出来, */ /* 显示缓冲区为单片机的RAM区的40H,41HH,...47H连续的8个字节 *
上传时间: 2014-01-04
上传用户:cooran
这是调用DS1302汇编程序(EDSINT3.ASM和ESS1302F.ASM)的C51程序, */ /* 文件名CALLds07.c */ /* 功能: 运行此程序,可将时钟日历(7 bytes) 和RAM(31 bytes)读出并将*/ /* 新的时钟日历和RAM值置入。本程序只可从RAM读出16个字节或写入 */ /* 16个字节
上传时间: 2014-06-22
上传用户:chongcongying
在AVR上实现jpeg的解码,不过AVR的RAM不够,要外扩。在128上使用没出过问题
上传时间: 2016-04-22
上传用户:xinyuzhiqiwuwu
This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED
标签: description provides transfer example
上传时间: 2016-04-24
上传用户:ecooo