-
modscan
说明: 一个特别好的modbus从机扫描程序,可以以RTU或ASCII方式通信以此来检验下位机。(A particularly good modbus slave scanner can communicate with RTU or ASCII way to test this lower position.)
- 2010-05-05 09:18:04下载
- 积分:1
-
MPU6050
使用陀螺仪采集加速度、角速度、姿态角、温度、计步等数据,并上传到“匿名上位机”进行姿态显示。
本工程是移植自MPU6050官方驱动,包含了陀螺仪最完整的功能。(The use of gyro acquisition acceleration, angular velocity, attitude angle, temperature, and other data, and upload to the anonymous host computer attitude display.
This project is a transplant the MPU6050 official driver, including the most complete function of the gyroscope.)
- 2020-10-11 14:27:35下载
- 积分:1
-
18 硬件SPI-595
stm32 驱动595 使用SPI协议,学习SPI协议的基本用法(STM32 driver 595 uses SPI protocol)
- 2020-06-20 18:20:02下载
- 积分:1
-
ADS7846
跟踪触摸笔迹,触摸控芯片(ADS7846),MCU为stm32,振南电子 触摸屏上画图演示程序
如欲引用,敬请署名并告知, 严禁随意用于商业目的,违者必究,后果自负。(Tracking the touch of handwriting, touch control chip (ADS7846), MCU stm32 electronic touch screen on Zhen Nan Paint Demonstration Program For reference, please sign and inform, are strictly prohibited for commercial purposes, rights reserved, at your peril.)
- 2012-08-03 16:20:04下载
- 积分:1
-
afficheur_alpha1.6
afficheur aplha 16 of material
- 2014-02-17 07:01:39下载
- 积分:1
-
通讯协议中生成crc校验码,保证通讯数据的完整性
用于在通讯协议中生成crc校验码,保证通讯数据的完整性(Used to generate crc check code in communication protocol to ensure the integrity of communication data)
- 2020-06-19 05:40:01下载
- 积分:1
-
fengniqi
说明: 单片机蜂鸣器 对初学单片机的你有很好的帮助(SCM SCM buzzer for beginners to help you have a good)
- 2011-03-09 17:15:02下载
- 积分:1
-
PWM
基于zigbee的PWM的c程序源代码,用IAR加入工程。(Based on zigbee PWM c program source code, using IAR to join the project.)
- 2013-08-20 10:20:26下载
- 积分:1
-
48Vto24V-buck
基于PSIM的48-24VBUCK电路仿真,PID调节控制(Based 48-24VBUCK circuit simulation PSIM is, PID control adjustment)
- 2020-10-29 20:59:58下载
- 积分: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