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

Single-ended-capacitance-measurement

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

  • k-fold_cross-validation_binary_libsvm
    K fold cross validation on svm
    2016-10-30 00:53:07下载
    积分:1
  • 红外-STC51
    说明:  使用STC51所带的红外接收模块实现红外功能,并且在1602上面有一个简单的交互。(The infrared function is implemented using the infrared receiver module of the STC51, and there is a simple interaction on the 1602.)
    2020-06-18 16:40:02下载
    积分:1
  • kehuduanVC
    对应MSP430椭圆曲线加密器的客户端应用程序,通过UART传输加密解密数据,实现整篇文章的加密解密。(MSP430 corresponding elliptic curve encryption device client applications through the UART transmit data encryption and decryption, the realization of the entire article, encryption and decryption.)
    2008-06-23 15:21:28下载
    积分:1
  • key
    51单片机新型按键扫描,不用10ms延时消抖,实时性大大提高。每个按键有长按短按功能,采用结构体对象化编程,增加按键极度方便。(The new key scan does not use 10ms delay to eliminate jitter, and the real-time performance is greatly improved. Each button has a long press, a short press function, the use of structured object programming, increasing the key, extremely convenient.)
    2017-08-05 22:17:45下载
    积分:1
  • 4-DHCP
    说明:  STm32F103 w5500 dhcp
    2020-06-22 10:40:01下载
    积分:1
  • PARK
    说明:     paek变换 park转换,也称派克变换,英文为Park transformation,为现在占主流地位的交流电机分析计算时的基本变换。在电力系统分析和计算中,park转换具有重要的理论和实际意义。(paek transform park conversion, also known as Park transformation, the English for the Park transformation, for the now dominant in the calculation of AC motor analysis of the basic transformation. In power system analysis and calculations, park conversion has important theoretical and practical significance.)
    2011-04-14 15:48:47下载
    积分:1
  • evos_iar
    一种占用很少资源的多事件操作系统,应用在M128上,极容易扩展到其他微控制器(A few more resources occupied events in M128 operating systems, applications, extremely easy to expand to other micro controller)
    2010-06-24 22:10:38下载
    积分:1
  • STM32对讲VS1053和2401
    说明:  STM32对讲机VS1053和2401。使用STM32做的对讲机,用VS1053做语音的编码和解码,用NRF24L01做通信。带有详细代码。(STM32 walkie-talkie VS1053 and 2401. Use STM32 as walkie-talkie, VS1053 as voice coding and decoding, NRF24L01 as communication. With detailed code.)
    2020-06-21 05:20:01下载
    积分:1
  • SPI
    基于LPC2131的SPI编程驱动,主机方式,查询方式(LPC2131-based programming of the SPI driver, host mode, query the way)
    2007-08-22 16:28:45下载
    积分:1
  • picapps
    代码保护功能处于持续发展中。Microchip 承诺将不断改进产品的代码保护功能。任何试图破坏Microchip 代码保护功能的行为均可视 为违反了《数字器件千年版权法案(Digital Millennium Copyright Act)》。如果这种行为导致他人在未经授权的情况下,能访问您的 软件或其他受版权保护的成果,您有权依据该法案提起诉讼,从而制止这种行为。(Code protection in sustainable development. Microchip is committed to continuous improvement of the code protection. Any attempt to undermine the Microchip s code protection feature may act as a breach of the Digital Millennium Copyright Act (Digital Millennium Copyright Act) . If such acts lead to others without authorization, can access your software or other copyright-protected results, you have the right to sue under the Act, in order to curb such behavior.)
    2007-12-03 10:10:32下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载