-
ARM AT9140008 中断编程 DEMO FOR ADS 1.2
ARM AT9140008 中断编程 DEMO FOR ADS 1.2-ARM AT9140008 interrupted programming DEMO FOR ADS 1.2
- 2023-07-23 22:35:03下载
- 积分:1
-
2410核心板的pcb电路图,具有很好的参考价值,方便学习arm的朋友。...
2410核心板的pcb电路图,具有很好的参考价值,方便学习arm的朋友。-2410 core pcb circuit board with a good reference value, to facilitate learning arm friends.
- 2023-03-24 15:45:04下载
- 积分:1
-
用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
-
关于arm的几篇文章。。大家分享
关于arm的几篇文章。。大家分享-arm of the articles. . Share
- 2022-04-06 23:58:17下载
- 积分:1
-
seed 的dsp程序s eed 的dsp程序seed 的dsp程序
seed 的dsp程序s eed 的dsp程序seed 的dsp程序-dsp procedures seed of s eed of the dsp program dsp procedures seed
- 2022-03-18 02:18:54下载
- 积分:1
-
44b0 commencement of the proceedings, running in RAM
44b0启动程序,在RAM运行-44b0 commencement of the proceedings, running in RAM
- 2022-04-16 04:10:16下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
ADC3_DMA_Keil
本示例介绍如何使用 ADC3 和 DMA 将从 ADC3 的不断转换的数据传输到内存。ADC3 被配置为连续转换 channel7。每次转换结束时,DMA 传输,在循环模式中,转换后的数据从 ADC3 博士注册到 ADC3ConvertedValue 变量。在此示例中,系统时钟是 144 MHz,APB2 = 72 MHz 和 ADC 时钟 = APB2/2。由于 ADC3 时钟是 36 兆赫和采样时间设置为 3 周期,对 12 位数据的转换时间是 12 周期,所以总转换时间是 (12 + 3) / 36 = 0.41us(2.4Msps)。
- 2022-03-19 16:11:14下载
- 积分:1
-
单片机超声波测距实验
单片机实现的超声波测量距离的例程。测量得到的距离值分别可以再液晶屏上显示和数码管上进行显示。
- 2023-05-22 06:00:03下载
- 积分:1
-
LPC2210串口测试程序
LPC2210串口测试程序-Serial Port Testing Program of LPC2210
- 2022-02-06 11:16:56下载
- 积分:1