-
YM_160128
基于T6963C控制芯片的160_128液晶程序(This is for lcd s code!)
- 2020-11-08 09:29:47下载
- 积分:1
-
adc1_pa6_pa7_usart_stm32
利用stm32的adc1,实现规则转换,检测通道pa6和pa7的电压值,并把他们的值放在数组中。串口显示数据方便调试。(Use stm32 the adc1, implement rules conversion, detection channel pa6 and pa7 voltage value, and put their values in an array. Serial display data to facilitate debugging.)
- 2021-04-07 15:19:01下载
- 积分:1
-
stm32_CALC
基于STM32的计算器,用数码管显示的,实现了基本的加减乘除,功能还有待扩展(STM32-based calculator, digital display, to achieve the basic addition and subtraction, multiplication and division, functions have yet to be extended)
- 2021-03-08 23:29:28下载
- 积分:1
-
13L_01
这是一个强排式燃气热水器的控制程序。主要有水温控制、水压自动检测、熄火保护等功能(This is a strong emission-type gas water heater control program. There are temperature control, pressure auto-detection, flame protection features)
- 2009-10-14 11:53:39下载
- 积分:1
-
control-T
一个温度控制的程序,在一个研究所使用,精度是0.003,要求用ioProject打开.网上可以下载(a temperature control procedures, the Institute for the use of a precision of 0.003. asking ioProject open. Can be downloaded online)
- 2006-12-19 16:45:35下载
- 积分:1
-
8051CDemo
8051C 初学着入门啊。
8051C 初学着入门啊。8051C 初学着入门啊。(Beginners Introduction to the 8051C ah. Beginners Introduction to the 8051C ah. Beginners Introduction to the 8051C ah.)
- 2008-01-29 23:09:53下载
- 积分:1
-
FreescalePITinterrupt
飞思卡尔 单片机实现PIT周期中断,可以实现信号周期输出(Freescale MCU PIT interrupt the cycle, the output signal period can be achieved)
- 2011-08-20 16:27:35下载
- 积分:1
-
智能坦克循迹小车
资源描述本设计是一个,智能循迹小车,此下车可以按照设定的路行驶,车的路线可以黑色的胶带设计路径,路径可有很大的角度。
- 2022-03-25 04:22:54下载
- 积分:1
-
MSP-EXP430FR5739-User-Experience
MSP430实现的多级菜单功能,采用OLED实现,占用Ram量较少(MSP430 realize multi-level menu functions, the use of OLED achieved occupancy of less Ram)
- 2013-07-23 18:46:18下载
- 积分: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