-
DAvE-guide
英飞凌dave入门学习指南,该文件图文并茂(Infineon Dave entry tutorial files with pictures。)
- 2021-01-23 17:38:40下载
- 积分:1
-
温度检测
本系统是基于STM32F103RBT6微控制器所设计的温度测量系统,通过温度芯片传感器 DS18B20 测量温度,微控制器驱动液晶模块显示当前测得的温度。该测温系统应用测温传感器DS18B20.通过DS18B20把温度值转换成数字量,把数字量送给微处理器,并在液晶显示器上显示出来(This system is based on the temperature measurement system designed by the STM32F103RBT6 micro controller. The temperature is measured by the temperature chip sensor DS18B20, and the micro controller drives the liquid crystal module to display the current temperature. The temperature measurement sensor DS18B20. converts the temperature value into the digital quantity by DS18B20 and sends the digital to the microprocessor and displays it on the liquid crystal display.)
- 2018-06-12 18:25:41下载
- 积分:1
-
UCOSII实验1-1-任务调度
说明: 本实验将实现如下功能:本章我们在UCOSII里面创建3个任务:开始任务、LED0任务和LED1任务,开始任务用于创建其他(LED0和LED1)任务,之后挂起;LED0任务用于控制DS0的亮灭,DS0每秒钟亮80ms;LED1任务用于控制DS1的亮灭,DS1亮300ms,灭300ms,依次循环。(This experiment will achieve the following functions: in UCOSII, we create three tasks: start task, LED 0 task and LED 1 task, start task for creating other tasks (LED 0 and LED 1), then hang up; LED 0 task for controlling the brightness of DS0, DS0 80 ms per second; LED 1 task for controlling the brightness of DS1, DS1 300 ms. 300 ms, cycle in turn.)
- 2020-06-24 05:40: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
-
51黑论坛_舵机PID控制
说明: 通过stm32控制舵机转动相应的角度,非精确调角(Control steering gear rotation by stm32)
- 2019-11-04 11:46:41下载
- 积分:1
-
EncoderZTest
使用STM32Cube及FreeRTOS编写的点灯实验,在STM32F103CB上使用(Using STM32Cube and FreeRTOS lighting experiment written on the STM32F103CB)
- 2017-09-28 09:54:34下载
- 积分:1
-
main
开源功率计电路原理全图,protel格式的,希望对需要的朋友有所帮助。(All open source power meter circuit diagram, protel format, hope to help a friend in need.)
- 2020-11-17 21:49:39下载
- 积分:1
-
通过stm32单片机生成互补pwm驱动三项桥
说明: 通过stm32单片机生成互补pwm驱动三项桥,构成逆变电路,生成三项交流电。内含源代码及protues仿真程序。(Three bridges driven by complementary PWM are generated by STM32 single chip computer, which constitute the inverting circuit and generate three alternating currents. Includes source code and PROTUS simulation program.)
- 2020-06-19 00:40:02下载
- 积分:1
-
STM8SID
stm8通过读取内部ID信息,获取唯一的验证码,进行数据加密,防止外界破解!!!(stm8 by reading the the internal ID information, obtain a unique verification code, data encryption to prevent outside crack! ! !)
- 2020-07-27 21:38:40下载
- 积分:1
-
Temp-Sensor
CC2430单片机的内置温度传感器测试代码,是ADC的一部分,适用于初学者学习使用。(The CC2430 single-chip built-in temperature sensor test code is part of the ADC, for beginners to learn to use.)
- 2012-05-16 10:02:24下载
- 积分:1