首页

基于stm32zet6开发的数据采集系统

c

2021-5-30

基于stm32zet6开发的数据采集系统,采用16位分辨率采集电压,并通过spi传输通信,彩屏显示实时数据,通过串口与上位机通讯

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
stm32+ad7606/Fwlib-Template/Doc/readme.txt , 0
stm32+ad7606/Fwlib-Template/Hardware/bsp_ad7606.c , 8835
stm32+ad7606/Fwlib-Template/Hardware/bsp_ad7606.h , 3886
stm32+ad7606/Fwlib-Template/Hardware/bsp_usart.c , 3953
stm32+ad7606/Fwlib-Template/Hardware/bsp_usart.h , 1028
stm32+ad7606/Fwlib-Template/Hardware/oled.c , 6474
stm32+ad7606/Fwlib-Template/Hardware/oled.h , 2918
stm32+ad7606/Fwlib-Template/Hardware/oledfont.h , 11963
stm32+ad7606/Fwlib-Template/keilkill.bat , 401
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/core_cm3.c , 17273
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/core_cm3.h , 85714
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/startup/startup_stm32f10x_cl.s , 15766
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/startup/startup_stm32f10x_hd.s , 15503
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s , 15692
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/startup/startup_stm32f10x_ld.s , 12376
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s , 13656
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/startup/startup_stm32f10x_md.s , 12765
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s , 14073
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/startup/startup_stm32f10x_xl.s , 15955
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/stm32f10x.h , 633941
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/system_stm32f10x.c , 36557
stm32+ad7606/Fwlib-Template/Libraries/CMSIS/system_stm32f10x.h , 2085
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/misc.h , 8982
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h , 21690
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h , 7555
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h , 27559
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_cec.h , 6573
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h , 2162
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h , 15233
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h , 3818
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h , 20754
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h , 6824
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h , 25445
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_fsmc.h , 27016
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h , 20175
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h , 30029
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h , 3828
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h , 4383
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h , 30452
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h , 3857
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_sdio.h , 21863
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_spi.h , 17725
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_tim.h , 52427
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_usart.h , 16548
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_wwdg.h , 2966
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/misc.c , 7046
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c , 47201
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c , 8463
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c , 45103
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.c , 11656
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.c , 3347
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c , 19087
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c , 5149
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c , 29607
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c , 6959
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c , 62551
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c , 35484
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c , 23221
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c , 45781
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c , 4916
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c , 8759
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c , 51271
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c , 8598
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c , 28933
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c , 30224
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c , 109159
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c , 38308
stm32+ad7606/Fwlib-Template/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c , 5735
stm32+ad7606/Fwlib-Template/Project/BH-F103.uvguix.Administrator , 70092
stm32+ad7606/Fwlib-Template/Project/BH-F103.uvguix.dongk , 74458
stm32+ad7606/Fwlib-Template/Project/BH-F103.uvoptx , 21555
stm32+ad7606/Fwlib-Template/Project/BH-F103.uvprojx , 23194
stm32+ad7606/Fwlib-Template/Project/Listings/BH-F103.map , 130815
stm32+ad7606/Fwlib-Template/Project/Listings/startup_stm32f10x_hd.lst , 54579
stm32+ad7606/Fwlib-Template/Project/Objects/BH-F103.axf , 363996
stm32+ad7606/Fwlib-Template/Project/Objects/BH-F103.build_log.htm , 1860
stm32+ad7606/Fwlib-Template/Project/Objects/BH-F103.hex , 28430
stm32+ad7606/Fwlib-Template/Project/Objects/BH-F103.htm , 57814
stm32+ad7606/Fwlib-Template/Project/Objects/BH-F103.lnp , 1193
stm32+ad7606/Fwlib-Template/Project/Objects/BH-F103.sct , 479
stm32+ad7606/Fwlib-Template/Project/Objects/BH-F103_Target 1.dep , 84394
stm32+ad7606/Fwlib-Template/Project/Objects/bsp_ad7606.crf , 361521
stm32+ad7606/Fwlib-Template/Project/Objects/bsp_ad7606.d , 2523
stm32+ad7606/Fwlib-Template/Project/Objects/bsp_ad7606.o , 409672
stm32+ad7606/Fwlib-Template/Project/Objects/bsp_usart.crf , 355077
stm32+ad7606/Fwlib-Template/Project/Objects/bsp_usart.d , 2444
stm32+ad7606/Fwlib-Template/Project/Objects/bsp_usart.o , 395040
stm32+ad7606/Fwlib-Template/Project/Objects/core_cm3.crf , 3953
stm32+ad7606/Fwlib-Template/Project/Objects/core_cm3.d , 121
stm32+ad7606/Fwlib-Template/Project/Objects/core_cm3.o , 11420
stm32+ad7606/Fwlib-Template/Project/Objects/delay.crf , 350522
stm32+ad7606/Fwlib-Template/Project/Objects/delay.d , 2292
stm32+ad7606/Fwlib-Template/Project/Objects/delay.o , 387220
stm32+ad7606/Fwlib-Template/Project/Objects/main.crf , 365367
stm32+ad7606/Fwlib-Template/Project/Objects/main.d , 2503
stm32+ad7606/Fwlib-Template/Project/Objects/main.o , 399880
stm32+ad7606/Fwlib-Template/Project/Objects/misc.crf , 349469
stm32+ad7606/Fwlib-Template/Project/Objects/misc.d , 2275
stm32+ad7606/Fwlib-Template/Project/Objects/misc.o , 387068
stm32+ad7606/Fwlib-Template/Project/Objects/oled.crf , 360772
stm32+ad7606/Fwlib-Template/Project/Objects/oled.d , 2399
stm32+ad7606/Fwlib-Template/Project/Objects/oled.o , 415384
stm32+ad7606/Fwlib-Template/Project/Objects/startup_stm32f10x_hd.d , 85
stm32+ad7606/Fwlib-Template/Project/Objects/startup_stm32f10x_hd.o , 6740
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_adc.crf , 356638
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_adc.d , 2572
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_adc.o , 435776
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_bkp.crf , 350409
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_bkp.d , 2572
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_bkp.o , 397320
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_can.crf , 358251
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_can.d , 2572
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_can.o , 420336
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_cec.crf , 350962
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_cec.d , 2572
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_cec.o , 400072
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_crc.crf , 349022
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_crc.d , 2572
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_crc.o , 388132
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dac.crf , 351095
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dac.d , 2572
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dac.o , 397972
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dbgmcu.crf , 348812
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dbgmcu.d , 2671
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dbgmcu.o , 384052
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dma.crf , 352577
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dma.d , 2572
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_dma.o , 397356
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_exti.crf , 350028
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_exti.d , 2605
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_exti.o , 391332
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_flash.crf , 356479
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_flash.d , 2638
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_flash.o , 424216
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_fsmc.crf , 354984
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_fsmc.d , 2605
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_fsmc.o , 409292
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_gpio.crf , 352967
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_gpio.d , 2605
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_gpio.o , 408012
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_i2c.crf , 355398
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_i2c.d , 2572
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_i2c.o , 429764
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_it.crf , 348877
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_it.d , 2467
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_it.o , 391308
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_iwdg.crf , 349123
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_iwdg.d , 2605
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_iwdg.o , 388112
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_pwr.crf , 350316
stm32+ad7606/Fwlib-Template/Project/Objects/stm32f10x_pwr.d , 2572
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录