-
用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。
由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音...
用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。
由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。
可以经过修改使用LPC2132以上的ARM的D/A来产生。
This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM. -LPC213X series used to generate the PWM voice. Voice data from the PC after the conversion. It is the largest of 16. Because there is PWM output ports need low-pass filter can be relatively clean voice. It has been modified over the use LPC2132 ARM D/A to produce. This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM.
- 2023-01-09 20:35:04下载
- 积分:1
-
嵌入式系统
此文档详细讲解了Linux如何移植到ARM平台,是十分的难得的一个文档。-Embedded Systems- ARM- Porting the Linux kernel to a new ARM Platform
- 2022-04-12 16:31:31下载
- 积分:1
-
download2440.rar write jtag
download2440.rar write jtag
- 2023-06-29 17:45:03下载
- 积分:1
-
DS1302
DS1302时钟芯片时钟的设定及读取输出程序!-DS1302
- 2022-03-21 14:27:20下载
- 积分:1
-
USB扩展板在lpc2104开发板上进行试验
USB扩展板在lpc2104开发板上进行试验-USB lpc2104 expansion boards of the development board for testing
- 2022-01-27 15:34:41下载
- 积分:1
-
MMA8452Q Acelerometer C 代码的手臂
这是一个 C 代码与 MMA8452Q acelerometer 进行通信。这与 STM32 微控制器,特别与 M0 皮层和皮层 M4 的核心工作。这具有防卫 configurates 采样速率、 加速度范围和每个其他配置从这种芯片。这种芯片有 2,4 和 8 G,并与 I2C。
I2C 图书馆协议提供的代码并与皮质 M0。此库开发了基于 CMSIS 标准,从手臂
- 2022-05-19 07:21:52下载
- 积分: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
-
ZTE IC (ZTEIC), the latest development in the security field for the exclusive S...
中兴集成电路(ZTEIC)最新开发的用于安全领域的专用SoC系列芯片介绍。-ZTE IC (ZTEIC), the latest development in the security field for the exclusive SoC chips introduced.
- 2022-04-21 00:11:04下载
- 积分:1
-
stm32步进电机SPWM细分控制,matlab仿真
应用背景在网上看到了相应算法,用stm32 编程出来与大家分享,网上很少有这资源,可以用在stm32细分控制步进电机,在转速低时,噪声小,也更为精确,等同于步进电机驱动器关键技术SPWM算法,以及用stm32仿真三角波。说实话网上很少用stm32中央对齐方式仿真三角波的,但是在DSP上很是普遍,所以这也是我分享出来的原因之一。
- 2023-01-24 04:30:07下载
- 积分:1
-
学习DS1302非常好的资料
里面包含了很多学习DS1302芯片的资料,帮助你尽快掌握DS1302芯片,内含芯片说明,程序,及仿真
- 2022-03-24 14:26:29下载
- 积分:1