-
SPI 的示例源代码
现在,您需要此源 sd 相关的示例源。所以请把你的麻烦,我会去二十忙。
- 2022-05-31 08:06:24下载
- 积分: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
-
ARM单单片机应用程序,将TS流转换为PSI的源程序,了解TS流的结构...
ARM单单片机应用程序,将TS流转换为PSI的源程序,了解TS流的结构-This is a application program which work on ARM s MCU system. This program can translate the transport stream to PSI struct. With this program, you can know well about the TS struct.
- 2023-05-06 18:40:03下载
- 积分:1
-
隐士
Hermit-at-1.1.3,一款bootloader,不想uboot那样大,比较好用,可以作为学习bootloader的一个不错的参考-Hermit-at-1.1.3, a bootloader, as big as uboot do not want to compare the ease of use, the bootloader can be used as learning a good reference
- 2022-01-26 06:54:24下载
- 积分:1
-
UC/FS源2.36 fatfilesystem。
uc/fs源代码2.36。
- 2022-09-27 03:15:02下载
- 积分:1
-
sd卡控制器的一个详细设计例子,有文档
sd卡控制器的一个详细设计例子,有文档,拿过来可以直接用于项目。本项目共有6个子模块(时钟,写,route,读,检测),文档有详细描述。
- 2022-07-24 11:57:09下载
- 积分:1
-
ST7920 drive can be realized, the use of 51/52 single
ST7920驱动器的可实现程序,使用51/52单片机接口正确即可显示-ST7920 drive can be realized, the use of 51/52 single-chip interface to display correctly
- 2022-06-02 21:43:42下载
- 积分:1
-
嵌入式输入法码表源码,支持二级汉字字库(6535)
嵌入式输入法码表源码,支持二级汉字字库(6535)-Embedded source code table input method to support the two Chinese characters (6535)
- 2023-02-07 04:25:03下载
- 积分:1
-
msp430双串口
这是关于MSP430单片机利用双串口通讯的例程,希望对初学者有一定的借鉴作用。
- 2022-02-06 08:41:19下载
- 积分:1
-
ARM定时器0和1调试完整c和汇编程序
ARM定时器0和1调试完整c和汇编程序
-ARM and a complete debugging and compilation procedures c
- 2022-04-01 03:21:28下载
- 积分:1