-
用verilog写的跑表程序
用verilog写的跑表程序--Stopwatch program written by verilog.
- 2022-01-25 16:19:18下载
- 积分:1
-
8051 Core FPGA verilog 完整
应用背景Logical separation of program and data memory
All 8051 devices have specific memory organization, they have separate address spaces
for Program (ROM) and Data (RAM) Memory. This logical separation of Memory is
useful because it allows the Data Memory to be accessed by 8-bit addresses, which can
obviously be more quickly stored and manipulated by an 8-bit CPU. Of course, the l6-bit
Data Memory addresses can still be generated with the DPTR register.
Program Memory
Program Memory can only be read, not written to. The address space for 8051 core is 16-
bit, so there is maximum of 64K bytes of Program Memory. Up to 4 Kbytes of Program
Memory can be on chip, internal Program Memory of the 8051 core. For access to
external Program Memory is used signal PSEN (Program Store Enable).
Data Memory
Data Memory is on a separate address space than Program Memory. For external Data
Memo
- 2022-01-26 05:24:27下载
- 积分:1
-
arm
arm-linux交叉编译环境的建立
- 2022-05-15 08:06:06下载
- 积分:1
-
对norflash进行擦初、编程的源码
对norflash进行擦初、编程的源码-right norflash rub for the early programming source
- 2023-06-15 21:40:03下载
- 积分:1
-
LCD font generator for 128x64 KS107/108 type lcd..Delphi source..cool :)
LCD font generator for 128x64 KS107/108 type lcd..Delphi source..cool :)
- 2022-06-14 01:10:37下载
- 积分:1
-
ZLG
ZLG-LPC2210开发板定时器操作程序-ZLG-LPC2210 development board timer operation
- 2022-09-26 19:25:02下载
- 积分:1
-
文件系统 文件系统 文件系统 文件系统
文件系统 文件系统 文件系统 文件系统 -File System File System File System File System File System File System File System File System File System
- 2022-03-10 17:05:17下载
- 积分:1
-
LED Blink test code for AT90CAN128
LED Blink test code for AT90CAN128
- 2022-01-26 08:05:11下载
- 积分:1
-
WAV语音合成
在GPS车载中用于报站中多段语音合成报站功能,节约录音书,比使用飞科TTS语音更快捷,读音更流畅,节约空间。
比如“某某站到了”,只需将站名事先录制,然后与“到了”这个录音文件合成即可立即播放,合成速度小于1ms/字
参数说明:fromFileAddress为需要合成文件物理路径集合(字符型)
toFileName为输出合成完毕文件物理路径(字符型)
返回值:合成是否成功
调用方法:
if (Service.SoundSyn.WAVMerge(voice.ToArray(), "play.wav"))
{
PlaySound("play.wav", IntPtr.Zero, 0x00020000 | 0x0001);
}
else
{
- 2022-06-20 00:25:21下载
- 积分:1
-
电子纸显示芯片DA8541的单片机驱动程序源代码,GPIO模拟I2C接口
电子纸显示芯片DA8541的单片机驱动程序源代码,GPIO模拟I2C接口。DA8541是dialog公司的一款电子纸驱动芯片,用来驱动EINK等断码式电子纸模块。
- 2022-02-13 17:01:01下载
- 积分:1