-
AMBE1000语音芯片操作代码
该代码为51单片机和语音芯片AMBE1000通讯的实例代码,完成了语音的转发和播放功能,语音数据并且可以通过RS232接口发送到电脑,予以查看
- 2022-12-08 13:35:03下载
- 积分:1
-
s3c2440 on the classic experiment led drive to make a minor can be borrowed! !
s3c2440上led驱动试验 很经典的 稍作改动就可以借用了-s3c2440 on the classic experiment led drive to make a minor can be borrowed! !
- 2022-01-30 19:54:34下载
- 积分:1
-
嵌入式linux在arm开发板上的移植
嵌入式linux在arm开发板上的移植-Embedded linux development board in arm transplant! ! !
- 2023-06-10 00:05:03下载
- 积分:1
-
In order to adapt to different applications, ARTX must be configured to allow fo...
为了适应不同的应用,ARTX必须通过配置才能使得适合特定的应用系统.所有配
置项都在 ARTX_Config.c 文件中,此文件位于KeilARMStartup 文件夹下.通过不
同的配置,用户可以: -In order to adapt to different applications, ARTX must be configured to allow for specific applications. ARTX_Config.c all configuration items are in the file, this file is located in Keil ARM Startup folder. Through different configurations, the user can:
- 2022-02-13 00:04:28下载
- 积分:1
-
使用寄存器点亮led灯
使用寄存器点亮led灯,是关于arm工程的,要与开发板结合使用,编程工具是keil5.
- 2023-05-12 02:10:03下载
- 积分:1
-
ARM7TDMI的修订:r4p1技术参考手册。
ARM7TDMI Revision: r4p1 Technical Reference Manual.
- 2022-01-21 01:22:33下载
- 积分:1
-
ARM里实现 uart ARM经典 C语言写的
ARM里实现 uart ARM经典 C语言写的-Uart ARM in ARM implementation language of the classical C
- 2022-03-09 22:48:39下载
- 积分: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
-
国外网站上的一些精典的C程序,欲炼神功,必先从基础开始,希望初学者能够多打好基础,特别是做嵌入式程序,重复也要传!BTW,欣赏站长的一些诗!...
国外网站上的一些精典的C程序,欲炼神功,必先从基础开始,希望初学者能够多打好基础,特别是做嵌入式程序,重复也要传!BTW,欣赏站长的一些诗!-foreign web sites of some of the classic C procedures and wishes refining art, we must first start from the basis of the hope that more beginners to lay a good foundation, especially so embedded procedures must repeat Biography! BTW, director of the appreciation some poetry!
- 2023-05-04 19:00:04下载
- 积分:1
-
2410在ads1.2环境下的iis音频驱动试验代码,采用DMA的传输方式,大家可以参考一下...
2410在ads1.2环境下的iis音频驱动试验代码,采用DMA的传输方式,大家可以参考一下-2410 in ads1.2 environment iis audio driver test code, the use of DMA transfer mode, we can refer to
- 2022-01-27 20:40:36下载
- 积分:1