-
NAND闪存的控制逻辑
nand flash control logic
- 2023-05-28 03:25:02下载
- 积分:1
-
LPC2294 ARM7 UART 测试程序
LPC2294 ARM7 UART 测试程序-LPC2294 ARM7 UART test procedures
- 2023-02-05 16:05:03下载
- 积分:1
-
基于S3C44B0的USB测试试验程序源代码,在SDT集成开发环境开发的,修改自Samsung提供的源代码,分开后更便于学习...
基于S3C44B0的USB测试试验程序源代码,在SDT集成开发环境开发的,修改自Samsung提供的源代码,分开后更便于学习-S3C44B0 USB-based tests source code, the SDT integrated development environment developed by Samsung changes since the source code, the separation easier to learn
- 2023-08-07 09:55:03下载
- 积分:1
-
ARM7的源代码,ARM7能够实现基本功能,VHDL和Ver…
ARM7的源代码,能够实现ARM7的基本功能,VHDL以及Verilog语言开发。-The source code for ARM7, ARM7 able to realize the basic functions, VHDL and Verilog language development.
- 2023-08-13 10:00:04下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。...
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。-Week Ligong Singlechip developed manual, the specific data manual see Zhou Ligong website.
- 2022-03-22 09:23:43下载
- 积分:1
-
ARM Learning Report 001 Image File and Implementation Mechanism
ARM学习报告001――映象文件及执行机理-ARM Learning Report 001 Image File and Implementation Mechanism
- 2022-06-19 00:54:28下载
- 积分:1
-
ARM7开发板上做的U盘的源码,FAT文件系统,D12+51固件源码,用PDIUSBD12和K9F5608U0A设计USB移动闪存...
ARM7开发板上做的U盘的源码,FAT文件系统,D12+51固件源码,用PDIUSBD12和K9F5608U0A设计USB移动闪存-ARM7 development board to do the U-source disk, FAT file system, D12+ 51 firmware source code, using PDIUSBD12 and K9F5608U0A Design USB Mobile Flash
- 2022-02-02 09:17:23下载
- 积分:1
-
stm32 与ch375 读取u盘
想用单片机完成对usb设备的运用的,这是一个很好的例子,读取u盘内容,其他usb设备与他方法类似,欢迎大家多交流,得到更广泛的应用
- 2022-08-11 18:32:58下载
- 积分:1
-
2440a test code
一些测试代码,可供参考。DMA、flash、IIC、lcd、mmu、Nand、RTC等。
- 2022-03-24 22:37:46下载
- 积分:1