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

Single-ended-capacitance-measurement

于 2021-03-09 发布 文件大小:6741KB
0 164
下载积分: 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 个回复

  • 12864xianshidonghua
    基于STC89C52单片机的12864动画显示程序,有详细的代码。(STC89C52 12864 based animation program, a detailed code.)
    2013-06-20 15:19:15下载
    积分:1
  • AD_SOFT
    用华北工控pc104嵌入式主板开发的ad数据采集系统应用于传感器采集处理( 您是不是要找: 用华北工控pc 104嵌入式主板开发的ad数据采集系统应用于传感器采集处理 NORCO pc104 with embedded motherboards developed ad data acquisition system applied to the sensor acquisition and processing)
    2014-12-30 12:23:21下载
    积分:1
  • W5500PYeelinkPdht11Pgy-30
    1.具有环境信息采集功能,可以采集环境的温度、湿度和光照强度。 2.具有联网功能,可以将采集到的环境信息直接上传到Yeelink云平台上。 3.具有网络查看功能,可以用任何联网设备,在互联网上查看采集点的信息。(1 with environmental information collection function, you can collect temperature, humidity and light intensity environment. 2 with networking capabilities, you can collect environmental information directly uploaded to Yeelink cloud platform. 3 has a network view feature, you can use any networked device, view the information collection point on the Internet.)
    2013-12-31 20:00:40下载
    积分:1
  • LTC1867
    说明:  LTC1867的A/D采集源代码,包括相应的时序及采集处理(LTC1867' s A/D acquisition source code, including the appropriate timing and acquisition and processing)
    2011-04-04 20:47:42下载
    积分:1
  • 小车
    基于Blinker的手机控制小车。硬件:arduino(Mobile control car based on Blinker.Hardware:arduino)
    2020-06-16 05:20:02下载
    积分:1
  • pkkh
    pscad miro grid control
    2013-07-18 18:33:25下载
    积分:1
  • REMOTE
    PIC16F877A+LFN红外接送头+8位led,超简单的原理做红外实验,保证看了就懂,自主研发的哦!不用在看复杂的原理了(PIC16F877A+ LFN head+ 8 bits infrared shuttle led, the principle of infrared super easy to do the experiment, ensure that saw you ll understand, independent research and development! Don t look at the complex principle)
    2012-02-07 17:52:21下载
    积分:1
  • chuankoutongxin
    1.由上位机发送1给单片机时,蜂鸣器以400ms频率发声,发2时以200ms频率发声,发3时以100ms频率发声,发4时关闲蜂鸣器。 1.以2400bps从计算机发送任一字节数据,当单片机收到该数据后,在此数据前加上一序号然后连同此数据一起发送至计算机,当序号超过255时归零。 2.以16进制发送一个0-65536之间的任一数,当单片机收到后在数码管上动态显示出来,波特率自定。 3. 用AD以1HZ的频率采集模拟信号,然后转换成数字量,再将其以1200bps发送到计算机,在计算机上显示。 4.按下矩阵键盘第一行时以1200bps发送,1,2,3,4,第二行时以2400bps发送5,6,7,8,第三行以4800bps发送,9,10,11,12,第四行以9600pbs 发送,13,14,15,16. (1. From the PC to send a single chip, the buzzer to 400ms frequency of sound, made 2 to 200ms frequency sound, made from 3 to 100ms frequency sound, made 4 free buzzer off. 1. To 2400bps from the computer to send any byte of data, when the microcontroller receives the data in this data with a serial number before then sent along with the data to the computer, the serial numbers when more than 255 zero. 2. To send a 16-hexadecimal any number between 0-65536, when the microcontroller in the digital receipt is displayed on a dynamic, custom baud rate. 3. 1HZ with the frequency of AD in order to capture analog signals, then converted to digital, and then send it to 1200bps to the computer, the computer display. 4. Press to 1200bps matrix keyboard to send the first row, 1,2,3,4, 5,6,7,8 the second row to 2400bps send the third line to 4800bps send, 9,10,11,12 , the fourth line to 9600pbs send, 13,14,15,16. )
    2010-12-10 22:53:34下载
    积分:1
  • led
    实验班上电时,数码管不显示,顺序按下矩阵键盘后,数码管上依次显示0~F,六个数码管同时静态显示即可。(Experimental class power, the digital tube does not show the order of matrix keyboard is pressed, the digital tube followed by 0 to F, six digital tube and static display can.)
    2012-05-25 16:39:14下载
    积分:1
  • keypad_matrix
    this a keypad matrix applicable for ZDSII
    2013-12-23 00:42:44下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 46今日下载