-
mst703_ds_v01
晨星Mstar的MST703参考手册。
MST703是一款性价比非常高的视频解码器及小尺寸TFT液晶屏驱动芯片,外围电路简单。(Mstar MST703 Reference Manual. MST703 is a very high cost of video decoders and small size TFT LCD driver chip, the external circuit is simple.)
- 2013-09-25 17:47:33下载
- 积分:1
-
OpenDAB-0.03_02.tar
DAB数字收音机解码的开源C代码,可以供大家学习参考(DAB digital radio decoder of the open source C code for everyone to learn the reference)
- 2012-06-19 16:06:08下载
- 积分:1
-
lcd1602
本文件是msp430单片机驱动液晶lcd1602的头文件(This document is the header file of LCD 1602 driven by MSp430 MCU.)
- 2020-06-22 15:00:02下载
- 积分:1
-
Iluminacion-Auxiliarl
Circuito de diseñ o de iluminacion auxiliar con luz fluorescente
- 2011-11-16 07:56:35下载
- 积分:1
-
allocatable
a program which demonstrates how a FORTRAN main program can declare an allocatable array, pass it to a subroutine, which can then allocate it and fill it with data, and then return the allocated and initialized array to the calling program
- 2014-02-22 16:08:07下载
- 积分:1
-
C-source-code-of-embedded-verify
嵌入式开发校验最全C源码,包括(CRC8、CRC16查表法及算术法校验、异或和校验、和校验、校验和补码等)、校验工具,校验文档。全部为工程实际项目本人使用的源代码。(
Embedded developers the most complete C source code verification, including (CRC8, CRC16 checksum table method and arithmetic method, XOR and parity, and parity, parity, and complement, etc.), calibration instruments, calibration documentation. All actual project I used for the project s source code.)
- 2020-11-13 17:59:43下载
- 积分:1
-
0479-8023(2012)02-0183-10
无线网络中节点均匀分布的解码转发机会中继性能分析0479-8023(2012)02-0183-10(Performance Analysis of Opportunistic Relaying with Regenerative Relays
in Wireless Networks ?ased on the Randomly Distributed Nodes)
- 2014-02-04 17:53:53下载
- 积分:1
-
4、液晶显示器
说明: 这是基于开发板LPC1114的源码程序,是用C语言编写,关于液晶显示屏的配置和实现同时它也是一个完整的模板,可以在此基础上添加其他程序用于开发板的学习,是一个完整的模板,可直接使用。(This is based on the development board LPC1114 source code program, is written in C language, on the LCD display configuration and implementation at the same time it is a complete template, you can add other programs on this basis for the development board learning, is a complete template, can be used directly.)
- 2020-06-22 17:40:02下载
- 积分:1
-
zigbee CC2530 程序源码 Smart_Home-master
一个智能家居控制程序,zigbee CC2530 程序源码(A smart home control program, ZigBee CC2530 source code)
- 2020-06-19 05:00:02下载
- 积分:1
-
ADC_DualModeInterleaved
stm32f4 adc 的代码,双通道,用DMA保存数据。(stm32f4 family c code, adc
This example provides a short description of how to use the ADC peripheral to
convert a regular channel in Dual interleaved mode using DMA in mode 3 with 5Msps.
DMA mode 3 is used in interleaved mode in 6-bit and 8-bit resolutions.
The Dual interleaved delay is configured 6 ADC clk cycles.
On each DMA request (two data items are available) two bytes representing two
ADC-converted data items are transferred as a half word.
The data transfer order is similar to that of the DMA mode 2.
A DMA request is generated each time 2 data items are available
1st request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
2nd request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
The ADC1 and ADC2 are configured to convert ADC Channel 12, with conversion
triggered by software.
By this way, ADC channel 12 is converted each 6 cycles.
In this example, the system clock is 168MHz, APB2 =84MHz and ADC clock = APB2 /2.
Since ADCCLK=)
- 2013-10-14 19:06:26下载
- 积分:1