登录
首页 » C51 » Single-ended-capacitance-measurement

Single-ended-capacitance-measurement

于 2021-03-09 发布 文件大小:6741KB
0 156
下载积分: 1 下载次数: 11

代码说明:

  通过FDC1004测量电容,电容容量为小于100PF,使用的处理器是STM32F103,采用的方式是单端测量。(Measuring capacitance by FDC1004)

文件列表:

单端电容测试
............\CORE
............\....\core_cm3.c,17273,2010-06-07
............\....\core_cm3.h,85714,2011-02-09
............\....\startup_stm32f10x_hd.s,15503,2011-03-10
............\....\startup_stm32f10x_md.s,12765,2011-03-10
............\Library
............\.......\inc
............\.......\...\misc.h,8982,2011-03-10
............\.......\...\stm32f10x_adc.h,21690,2011-03-10
............\.......\...\stm32f10x_bkp.h,7555,2011-03-10
............\.......\...\stm32f10x_can.h,27559,2011-03-10
............\.......\...\stm32f10x_cec.h,6573,2011-03-10
............\.......\...\stm32f10x_crc.h,2162,2011-03-10
............\.......\...\stm32f10x_dac.h,15233,2011-03-10
............\.......\...\stm32f10x_dbgmcu.h,3818,2011-03-10
............\.......\...\stm32f10x_dma.h,20754,2011-03-10
............\.......\...\stm32f10x_exti.h,6824,2011-03-10
............\.......\...\stm32f10x_flash.h,25445,2011-03-10
............\.......\...\stm32f10x_fsmc.h,27016,2011-03-10
............\.......\...\stm32f10x_gpio.h,20175,2011-03-10
............\.......\...\stm32f10x_i2c.h,30029,2011-03-10
............\.......\...\stm32f10x_iwdg.h,3828,2011-03-10
............\.......\...\stm32f10x_pwr.h,4383,2011-03-10
............\.......\...\stm32f10x_rcc.h,30452,2011-03-10
............\.......\...\stm32f10x_rtc.h,3857,2011-03-10
............\.......\...\stm32f10x_sdio.h,21863,2011-03-10
............\.......\...\stm32f10x_spi.h,17725,2011-03-10
............\.......\...\stm32f10x_tim.h,52427,2011-03-10
............\.......\...\stm32f10x_usart.h,16548,2011-03-10
............\.......\...\stm32f10x_wwdg.h,2966,2011-03-10
............\.......\src
............\.......\...\misc.c,7046,2011-03-10
............\.......\...\stm32f10x_adc.c,47201,2011-03-10
............\.......\...\stm32f10x_bkp.c,8463,2011-03-10
............\.......\...\stm32f10x_can.c,45103,2011-03-10
............\.......\...\stm32f10x_cec.c,11656,2011-03-10
............\.......\...\stm32f10x_crc.c,3347,2011-03-10
............\.......\...\stm32f10x_dac.c,19087,2011-03-10
............\.......\...\stm32f10x_dbgmcu.c,5149,2011-03-10
............\.......\...\stm32f10x_dma.c,29607,2011-03-10
............\.......\...\stm32f10x_exti.c,6959,2011-03-10
............\.......\...\stm32f10x_flash.c,62551,2011-03-10
............\.......\...\stm32f10x_fsmc.c,35484,2011-03-10
............\.......\...\stm32f10x_gpio.c,23221,2011-03-11
............\.......\...\stm32f10x_i2c.c,45781,2011-03-10
............\.......\...\stm32f10x_iwdg.c,4916,2011-03-10
............\.......\...\stm32f10x_pwr.c,8759,2011-03-10
............\.......\...\stm32f10x_rcc.c,51271,2011-03-10
............\.......\...\stm32f10x_rtc.c,8598,2011-03-10
............\.......\...\stm32f10x_sdio.c,28933,2011-03-10
............\.......\...\stm32f10x_spi.c,30224,2011-03-10
............\.......\...\stm32f10x_tim.c,109159,2011-03-10
............\.......\...\stm32f10x_usart.c,38308,2011-03-10
............\.......\...\stm32f10x_wwdg.c,5735,2011-03-10
............\OBJ
............\...\Listing
............\...\.......\startup_stm32f10x_md.lst,41712,2016-03-01
............\...\.......\Text.map,96297,2016-03-01
............\...\Output
............\...\......\core_cm3.crf,3539,2016-03-01
............\...\......\core_cm3.d,113,2016-03-01
............\...\......\core_cm3.o,10308,2016-03-01
............\...\......\delay.crf,349358,2016-03-01
............\...\......\delay.d,1704,2016-03-01
............\...\......\delay.o,380892,2016-03-01
............\...\......\ExtDll.iex,19,2016-01-05
............\...\......\fdc1004.crf,350453,2016-03-01
............\...\......\fdc1004.d,1920,2016-03-01
............\...\......\fdc1004.o,383848,2016-03-01
............\...\......\led.crf,348820,2016-03-01
............\...\......\led.d,1632,2016-03-01
............\...\......\led.o,379772,2016-03-01
............\...\......\main.crf,355111,2016-03-01
............\...\......\main.d,1879,2016-03-01
............\...\......\main.o,388272,2016-03-01
............\...\......\misc.crf,348287,2016-03-01
............\...\......\misc.d,1625,2016-03-01
............\...\......\misc.o,378496,2016-03-01
............\...\......\myiic.crf,352246,2016-03-01
............\...\......\myiic.d,1748,2016-03-01
............\...\......\myiic.o,383884,2016-03-01
............\...\......\startup_stm32f10x_md.d,70,2016-03-01
............\...\......\startup_stm32f10x_md.o,5920,2016-03-01
............\...\......\stm32f10x_adc.crf,355456,2016-03-01
............\...\......\stm32f10x_adc.d,1922,2016-03-01
............\...\......\stm32f10x_adc.o,392596,2016-03-01
............\...\......\stm32f10x_bkp.crf,349227,2016-03-01
............\...\......\stm32f10x_bkp.d,1922,2016-03-01
............\...\......\stm32f10x_bkp.o,380808,2016-03-01
............\...\......\stm32f10x_can.crf,357069,2016-03-01
............\...\......\stm32f10x_can.d,1922,2016-03-01
............\...\......\stm32f10x_can.o,389828,2016-03-01
............\...\......\stm32f10x_cec.crf,349780,2016-03-01
............\...\......\stm32f10x_cec.d,1922,2016-03-01
............\...\......\stm32f10x_cec.o,381348,2016-03-01
............\...\......\stm32f10x_crc.crf,347840,2016-03-01
............\...\......\stm32f10x_crc.d,1922,2016-03-01
............\...\......\stm32f10x_crc.o,378392,2016-03-01
............\...\......\stm32f10x_dac.crf,349913,2016-03-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ad7730_atmega8_V1
    Atmega8+AD7730 source code. Do not forget to set chip select and DataRdy pin settings. This is not copied from internet. It works. COOL:)
    2010-06-13 01:52:09下载
    积分:1
  • TFT_dis_sin
    以前电子竞赛时写的M3 ARM控制TFT液晶显示正弦波波形可以连贯的左移,没有闪烁感,我还写了一个也是正弦波左移,只不过有一点闪烁,我也上传了,你们需要可以找一下!(Writing contest before the electronic control M3 ARM TFT LCD sinusoidal waveforms can be coherent left, no flashes, I also wrote a sine wave is left, just a little flicker, I also uploaded, you need to be able to Get it!)
    2015-09-06 17:18:50下载
    积分:1
  • UpToDateChecker
    This class checks whether the output is up to date.
    2014-02-19 12:15:18下载
    积分:1
  • CC1110Program-7.51A
    CC1110的无线通信,点对点通信,CSMA,433M(CC1110 wireless communication, peer-to-peer communication, CSMA, 433M)
    2012-07-23 16:58:54下载
    积分:1
  • 1602的几种典型显示状态及解决方案
    对lcd1602屏的一些常见问题作出解释,并附上一段51单片机驱动lcd1602代码(Explain some common problems of LCD 1602 screen, and attach a section of LCD 1602 code driven by 51 single chip computer.)
    2019-03-18 22:18:12下载
    积分:1
  • STM32F746-DAC
    这stm32f746描述了如何使用DAC外围 产生使用DMA控制器的信号。 在用户按键每按一下,信号已被选中,可监测 DAC通道: • 三角波形(通道1)。 -自动扶梯的波形(1频道)使用DMA传输。(This STM32F746 code provides a description of how to use the DAC peripheral to generate several signals using DMA controller. For each press on User push-button, a signal has been selected and can be monitored on the DAC channel one: - Triangle waveform (Channel 1). - Escalator waveform (Channel 1) using DMA transfer.)
    2015-10-29 16:19:39下载
    积分:1
  • menudan
    Program in asm for procesador 8086
    2009-12-17 10:31:07下载
    积分:1
  • the-iButton-Book-of-Standards
    ds18b20 iButton 用户使用手册(the iButton® Book of Standards (DS18B20))
    2011-12-08 17:44:17下载
    积分:1
  • el817
    EVERLIGHT ELECTRONICS el817 DATA SHEET
    2010-05-08 07:29:03下载
    积分:1
  • Manchester_encoding_using_RS232
    Manchester encoding using RS232 for pic microcontrollers, examples in C - tutorial
    2010-07-14 11:35:59下载
    积分:1
  • 696524资源总数
  • 103872会员总数
  • 62今日下载