-
Verilog float by their hair, a specific data structure, the index for the end of...
verilog浮点乘发器,特定数据结构,指数底为10-Verilog float by their hair, a specific data structure, the index for the end of 10
- 2022-01-26 02:55:55下载
- 积分:1
-
是基于FPGA的光栅尺辩向程序设计!使用的是quartes II开发软件!...
是基于FPGA的光栅尺辩向程序设计!使用的是quartes II开发软件!-FPGA-based optical grating to the program design debate! Using quartes II development software!
- 2022-08-20 17:15:25下载
- 积分:1
-
曼彻斯特解码为射频模块
PIC12F629/675 曼彻斯特编码/解码 PIC C CCS 代码为射频 Modules.This 项目包括源代码进行编码和解码曼彻斯特 protocoles。来源,写在 PIC C 为 CCS Compiler.Applies 到 PIC12F629 和 PIC12F675 芯片 microcontrolers。Proteus ISIS 它模拟列入该文件。
- 2022-08-06 08:41:53下载
- 积分:1
-
uClinux的USB接口通信程序的程序…
该程序为UClinux下面的USB接口通讯程序,采用C语言编写,包含了makefile文件,使用的开发环境为华恒公司的嵌入式开发套件-UClinux the procedures for the following communication procedures USB interface using C language, the document contains a makefile that the use of the development environment for embedded huaheng company Boards
- 2023-03-25 19:10:04下载
- 积分:1
-
这是bios
这是bios-lt的最新板,(1) bios.img占用的扇区数由4个合并为2个,相应的文件大小由193K减小为66K
(2) 实现了对FLASH芯片BOOT扇区的处理,建立FLASH分区时不用再考虑让开BOOT扇区
改动的主要目的是想做到:
在29F040上空出384K的空间,建立一个分区存放不含应用程序的uClinux kernel,
将29LV160作为一个大分区,在其上建立JFFS2文件系统,并挂接为uClinux的根文件系统.
系统应用程序全部存储在JFFS2文件系统中. 再使用tmpfs来做临时目录和 /var目录.
这样就可以做到建立一个更加通用的,拿来就可以运行的uClinux系统,相当于给开发版
预装一个操作系统^_^ 由于JFFS2是文件系统是可写的,开发者只需将编好的用户程序
通过FTP下载到uClinux中,再改一改启动脚本即可 省去了配置uClinux环境的重复劳动
-err
- 2022-08-12 22:00:19下载
- 积分:1
-
DSP基于Lwip的UDP通信
基于Lwip的TCP/IP网络协议栈的网络通信,采用UDP服务器模式Socket接口实现UDP的自收发实验,处理器采用TI公司的DSP2812,32浮点处理,可以供开发人员参考,并且方便移植到其他的嵌入式处理平台,程序结构简单,注释详细。
- 2022-04-09 06:41:37下载
- 积分:1
-
Boot log for Kiss 1600 (based on Sigma EM8622 CPU)
Boot log for Kiss 1600 (based on Sigma EM8622 CPU)
- 2022-02-21 06:02:10下载
- 积分:1
-
Blob在S3C44B0上的移植
Blob在S3C44B0上的移植--Migrate Blob on S3C44B0.
- 2022-06-26 08:06:47下载
- 积分:1
-
8051套程序
programs for 8051 kit
- 2023-07-22 00:05:03下载
- 积分: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