2021-09-13 20:35:59 索煒達(dá)電子 798
項(xiàng)目編號(hào):E1182
文件大?。?M
源碼說(shuō)明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
STM32F103+AD7705+兩通道(成功使用)
目錄│文件列表:
└ ad7705程序stm -兩通道
└ ad7705程序stm -1 兩通道
├ hardware
│ ├ AD7705
│ │ │ AD7705.c
│ │ │ AD7705.h
│ │ │ AD_GET_VALUE.c
│ │ └ AD_GET_VALUE.h
│ └ GPIO
│ │ GPIO.c
│ └ GPIO.h
├ Libraries
│ │ 說(shuō)明.txt
│ ├ CMSIS
│ │ │ CMSIS changes.htm
│ │ │ CMSIS debug support.htm
│ │ │ License.doc
│ │ ├ CM3
│ │ │ ├ CoreSupport
│ │ │ │ │ core_cm3.c
│ │ │ │ └ core_cm3.h
│ │ │ └ DeviceSupport
│ │ │ └ ST
│ │ │ ├ STM32F10x
│ │ │ │ │ Release_Notes.html
│ │ │ │ │ stm32f10x.h
│ │ │ │ │ system_stm32f10x.c
│ │ │ │ │ system_stm32f10x.h
│ │ │ │ └ startup
│ │ │ │ ├ arm
│ │ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ │ ├ gcc_ride7
│ │ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ │ ├ iar
│ │ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ │ └ TrueSTUDIO
│ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ └ STM32L1xx
│ │ │ │ Release_Notes.html
│ │ │ │ stm32l1xx.h
│ │ │ │ system_stm32l1xx.c
│ │ │ │ system_stm32l1xx.h
│ │ │ └ startup
│ │ │ ├ arm
│ │ │ │ └ startup_stm32l1xx_md.s
│ │ │ ├ gcc_ride7
│ │ │ │ └ startup_stm32l1xx_md.s
│ │ │ ├ iar
│ │ │ │ └ startup_stm32l1xx_md.s
│ │ │ └ TrueSTUDIO
│ │ │ └ startup_stm32l1xx_md.s
│ │ └ Documentation
│ │ └ CMSIS_Core.htm
│ └ STM32F10x_StdPeriph_Driver
│ │ Release_Notes.html
│ ├ inc
│ │ │ misc.h
│ │ │ stm32f10x_adc.h
│ │ │ stm32f10x_bkp.h
│ │ │ stm32f10x_can.h
│ │ │ stm32f10x_cec.h
│ │ │ stm32f10x_crc.h
│ │ │ stm32f10x_dac.h
│ │ │ stm32f10x_dbgmcu.h
│ │ │ stm32f10x_dma.h
│ │ │ stm32f10x_exti.h
│ │ │ stm32f10x_flash.h
│ │ │ stm32f10x_fsmc.h
│ │ │ stm32f10x_gpio.h
│ │ │ stm32f10x_i2c.h
│ │ │ stm32f10x_iwdg.h
│ │ │ stm32f10x_pwr.h
│ │ │ stm32f10x_rcc.h
│ │ │ stm32f10x_rtc.h
│ │ │ stm32f10x_sdio.h
│ │ │ stm32f10x_spi.h
│ │ │ stm32f10x_tim.h
│ │ │ stm32f10x_usart.h
│ │ └ stm32f10x_wwdg.h
│ └ src
│ │ misc.c
│ │ stm32f10x_adc.c
│ │ stm32f10x_bkp.c
│ │ stm32f10x_can.c
│ │ stm32f10x_cec.c
│ │ stm32f10x_crc.c
│ │ stm32f10x_dac.c
│ │ stm32f10x_dbgmcu.c
│ │ stm32f10x_dma.c
│ │ stm32f10x_exti.c
│ │ stm32f10x_flash.c
│ │ stm32f10x_fsmc.c
│ │ stm32f10x_gpio.c
│ │ stm32f10x_i2c.c
│ │ stm32f10x_iwdg.c
│ │ stm32f10x_pwr.c
│ │ stm32f10x_rcc.c
│ │ stm32f10x_rtc.c
│ │ stm32f10x_sdio.c
│ │ stm32f10x_spi.c
│ │ stm32f10x_tim.c
│ │ stm32f10x_usart.c
│ └ stm32f10x_wwdg.c
├ porj
│ │ JLinkLog.txt
│ │ JLinkSettings.ini
│ │ project.uvgui.Administrator
│ │ project.uvgui.TOSHIBA
│ │ project.uvgui_Administrator.bak
│ │ project.uvopt
│ │ project.uvproj
│ │ project_Flash.dep
│ │ project_uvopt.bak
│ │ project_uvproj.bak
│ │ test1.plg
│ │ test1.uvgui.Administrator
│ │ test1.uvgui.w
│ │ test1.uvgui_Administrator.bak
│ │ test1.uvopt
│ │ test1_mytest1.dep
│ │ test1_Target 1.dep
│ │ test1_uvopt.bak
│ │ test1_uvproj.bak
│ └ output
│ │ ad7705.crf
│ │ ad7705.d
│ │ ad7705.o
│ │ ad7705.__i
│ │ ad_get_value.crf
│ │ ad_get_value.d
│ │ ad_get_value.o
│ │ ad_get_value.__i
│ │ core_cm3.crf
│ │ core_cm3.d
│ │ core_cm3.o
│ │ delay.crf
│ │ delay.d
│ │ delay.o
│ │ dev_gpioa.crf
│ │ dev_gpioa.d
│ │ dev_gpioa.o
│ │ dev_gpiod.crf
│ │ dev_gpiod.d
│ │ dev_gpiod.o
│ │ dev_usart1.d
│ │ dev_usart1.__i
│ │ ExtDll.iex
│ │ gpio.crf
│ │ gpio.d
│ │ gpio.o
│ │ main.crf
│ │ main.d
│ │ main.o
│ │ misc.crf
│ │ misc.d
│ │ misc.o
│ │ output.axf
│ │ output.hex
│ │ output.lnp
│ │ output.plg
│ │ output.sct
│ │ output.tra
│ │ startup_stm32f10x_hd.d
│ │ startup_stm32f10x_hd.o
│ │ startup_stm32f10x_md.d
│ │ startup_stm32f10x_md.lst
│ │ startup_stm32f10x_md.o
│ │ stm32f10x_dbgmcu.crf
│ │ stm32f10x_dbgmcu.d
│ │ stm32f10x_dbgmcu.o
│ │ stm32f10x_exti.crf
│ │ stm32f10x_exti.d
│ │ stm32f10x_exti.o
│ │ stm32f10x_gpio.crf
│ │ stm32f10x_gpio.d
│ │ stm32f10x_gpio.o
│ │ stm32f10x_it.crf
│ │ stm32f10x_it.d
│ │ stm32f10x_it.o
│ │ stm32f10x_rcc.crf
│ │ stm32f10x_rcc.d
│ │ stm32f10x_rcc.o
│ │ stm32f10x_spi.crf
│ │ stm32f10x_spi.d
│ │ stm32f10x_spi.o
│ │ stm32f10x_tim.crf
│ │ stm32f10x_tim.d
│ │ stm32f10x_tim.o
│ │ stm32f10x_usart.crf
│ │ stm32f10x_usart.d
│ │ stm32f10x_usart.o
│ │ sys.crf
│ │ sys.d
│ │ sys.o
│ │ system_stm32f10x.crf
│ │ system_stm32f10x.d
│ │ system_stm32f10x.o
│ │ test1.axf
│ │ test1.lnp
│ │ test1.plg
│ │ test1.sct
│ │ test1.tra
│ │ test1_sct.Bak
│ │ usart.crf
│ │ usart.d
│ └ usart.o
├ system
│ ├ delay
│ │ │ delay.c
│ │ └ delay.h
│ ├ sys
│ │ │ sys.c
│ │ └ sys.h
│ └ usart
│ │ usart.c
│ └ usart.h
└ user
│ main.c
│ stm32f10x_conf.h
│ stm32f10x_it.c
│ stm32f10x_it.h
└ stm32_devices
│ dev_GPIOA.c
└ dev_GPIOD.c