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

Single-ended-capacitance-measurement

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

  • lf
    说明:  这是我个人的单片机原理交通灯课题设计,有兴趣的同学可以参考一下(Single chip microcomputer principle traffic light topic design )
    2011-11-09 19:52:06下载
    积分:1
  • dianzheng
    点阵程序 4片16*16点阵显示程序,可以正显,反显,左右移动。(Dot-matrix program 4 16* 16 dot matrix display program, you can now significantly, anti-marked, about mobile.)
    2008-08-12 13:14:24下载
    积分:1
  • headfile
    pcf8583时钟芯片 iic lcd显示时钟(pcf8583 clock chip iic lcd display clock)
    2010-05-15 19:50:57下载
    积分:1
  • successive_subs
    Solves any non-linear equation in one variable using successive substitution method. Very stable and fast.
    2016-08-16 02:59:09下载
    积分:1
  • AUDIO
    用单片机的汇编语言设计一个温度计,温差在一度以内(MCU assembly language to design a thermometer, the temperature difference was less than)
    2013-06-13 19:06:56下载
    积分:1
  • STM32
    STM32的一些实例程序,能够很好的移植(STM32 some examples of programs can be a good transplant)
    2011-05-24 12:53:47下载
    积分:1
  • BixVReader
    Smart card虚拟读卡器驱动源码,这个很稀少的哦(smart card virtual driver source code.)
    2021-03-30 11:59:10下载
    积分:1
  • IAP
    STM32F10系列单片机的IAP程序,实现远程升级(STM32F10 MCU IAP program and remotely upgrade)
    2016-07-10 22:37:03下载
    积分:1
  • MP3播放器实验
    说明:  实验器材: MiniSTM32F103开发板V3版本 实验目的: 学习VS1053的使用,实现一个简单的MP3. 硬件资源: 1,DS0(连接在PA8) 2,串口1(波特率:9600,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过GPIO驱动,连接关系见lcd.h) 4,W25Q64(SPI FLASH芯片,连接在SPI1上) 5,按键KEY0(PC5)/KEY1(PA15)/KEY_UP(PA0,也称之为WK_UP) 5,SD卡,通过SPI1连接 6,ATK-VS1053模块与STM32芯片连接关系为(请按如下接线连接Mini板和MP3模块): ATK-VS1053模块----------STM32芯片 VS_SCK ----------- PA5 VS_MISO ------------ PA6 VS_MOSI ------------ PA7 VS_RST ------------ PA11 VS_XDCS ----------- PA4 VS_XCS ----------- PA8 VS_DREQ ------------ PA12 5V ------------ 5V GND ------------ GND(Laboratory equipment: MiniSTM32F103 Development Board V3 Version The purpose of the experiment is: Learn the use of VS1053 and implement a simple MP3. Hardware resources: 1, DS0 (connected to PA8) 2. Serial port 1 (baud rate: 9600, PA9/PA10 connected on board USB to serial chip CH340) 3, ALIENTEK 2.8/3.5/4.3/7 inch TFTLCD module (driven by GPIO, connection relationship see lcd.h) 4, W25Q64 (SPI FLASH chip, connected to SPI 1) 5. Keyboard KEY0 (PC5)/KEY1 (PA15)/KEY_UP (PA0, also known as WK_UP) 5, SD card, connected by SPI1 6. The connection relationship between ATK-VS1053 module and STM32 chip is as follows (please connect Mini board and MP3 module according to the following wiring): ATK-VS1053 Module - ----- STM32 Chip VS_SCK------------- PA5 VS_MISO---------------- PA6 VS_MOSI---------------- PA7 VS_RST---------------- PA11 VS_XDCS------------- PA4 VS_XCS--------------- PA8 VS_DREQ---------------- PA12 5V--------------- 5V GND--GND)
    2020-06-22 05:00:02下载
    积分:1
  • c8051f410spi
    说明:  C8051F410单片机通过spi控制RF芯片(C8051F410 MCU controls RF chip through SPI)
    2019-06-15 22:19:14下载
    积分:1
  • 696516资源总数
  • 106446会员总数
  • 9今日下载