-
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
-
Arduino_Lab24
Arduino Lab24 projects
- 2018-05-11 14:00:41下载
- 积分: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
-
电子密码锁资料
说明: 基于stc15的电子密码锁设计,带原理图(Design of electronic password lock based on stc15 with schematic diagram)
- 2020-06-18 15:20:01下载
- 积分:1
-
4PLED-A3
led 动态显示与数据通信,采用单线单向传输,上位机将数据按通讯协议编码后向显示器送出,该程序为接收显示程序。(led dynamic display and data communications, using one-way one-way transmission, and host computer data communication protocol will be encoded to display sent, the procedure for receiving display program.)
- 2007-09-30 09:14:04下载
- 积分:1
-
11
说明: 用lpc213x IO口模拟spi对倾角传感器SCA103进行读取 这个程序读取的是温度 读取角度的自己稍微改下就好(Lpc213x IO port with analog spi
字典
)
- 2021-05-08 16:48:35下载
- 积分:1
-
Arduino-PS2X-master
Arduino ps2 master...
- 2019-01-13 17:19:18下载
- 积分:1
-
GPIO-simulator-I2C
通过GPIO口,模拟I2C协议,和设备进行I2C通信(I2C communications via GPIO ports, analog I2C protocol, and equipment)
- 2013-12-18 11:43:20下载
- 积分:1
-
317-6095-ModbusRTU_slave_Unity_1.03
s7300程序 MODBUS 通讯处理的一段程序(s7300 PROGRAM)
- 2014-05-01 22:06:09下载
- 积分:1
-
MSP430_shiboqi
用430单片机编写的简单的示波器程序,型号2553.非常实用。(MCU with 430 prepared with a simple oscilloscope program, model 2553. very practical.)
- 2015-08-07 14:48:01下载
- 积分:1