-
una
用于MMC桥臂计算,特别适用于较为复杂的MMC平衡子模块电容电压的计算(MMC is used to calculate the arm, especially for more complex calculations MMC submodule capacitor voltage balance)
- 2016-10-29 10:42:30下载
- 积分:1
-
Text1
pca 用于定时器功能 pca可用于捕捉,定时,pwm输出等功能(pca pca can be used to capture, timing, pwm output for timer function)
- 2012-08-28 15:04:01下载
- 积分:1
-
Tabrizi
AVR files example that drive Interrupt and LCD and others
- 2015-08-18 20:00:05下载
- 积分:1
-
C8051F060-AD-UART1
C8051F060 自带高速AD进行数据采集 可达100兆采样率 并切缓存与片外ram 并把采集数据通过串口发送给PC ( Data Acquisition example for C8051F060
Description: This example illustrates the use of ADC1 and the DMA to acquire and store
data. It is intended for use with the C8051F060 target board in the development kit.
// This code measures a signal at the AIN0 input with the 16-bit SAR ADC0.
// The data is sampled at a rate of 100kHz. ADC output data is transferred to
XDATA memory space using the DMA.
//
// With the EMIF configured for off-chip XRAM access (on the upper ports),
this code moves the ADC data to the C8051F060TB target boards s SRAM device.
// Once data acquisition is complete, the code then prompts the user to press the P3.7
// button on the target board when ready to receive the data via the UART0 serial port.
The TB features an RS-232 transceiver and connector, so the data can be transferred
// to a PC via its serial port.
//
The code is set to acquire up to 32768 samples (for 64kbytes of data). The SRAM device -
can accommodate up to 128kbytes, )
- 2014-07-03 18:46:42下载
- 积分:1
-
IT
TI 经典的范例 对于学习msp430系列芯片的人肯定有用的 呵呵 可以看看(The classic example of TI msp430 series chips for learning useful Oh man certainly can look at)
- 2013-07-27 20:14:24下载
- 积分:1
-
DS1307_test
atmeg8 ds1307 RTC实时时钟芯片操作。。(atmeg8 ds1307 RTC)
- 2013-01-27 16:31:47下载
- 积分:1
-
MCU_JPEG
MCU图片解码,使用STM32对JPEG图片解码,(STM32 JPEG decoder code,)
- 2013-11-03 20:09:53下载
- 积分:1
-
MCUchip
单片机常用芯片手册,非常实用,初学者适合(Commonly used single-chip chip manual, very practical, suitable for beginners)
- 2009-03-09 19:48:44下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
temperature-field
铸造过程中温度场的描述的仿真模拟,可以写到文件中(Casting process described temperature field can be written to a file)
- 2017-03-23 16:47:30下载
- 积分:1