STM32F407_AD_DMA_TFT
代码说明:
通过STM32F407内置的12位adc对外部的模拟信号进行采集,利用DMA进行数据传输以提高CPU的使用效率,最后将ADC采集到的数据显示在3.4寸的液晶触摸屏上。(Through the 12 bit STM32F407 built-in ADC external analog signal acquisition, using DMA data transmission, in order to improve the use efficiency of CPU, and finally the data collected by ADC display on the 3.4 inch LCD touch screen.)
文件列表:
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Release_Notes.html
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f4xx.s
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7\startup_stm32f4xx.s
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f4xx.s
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\TASKING\cstart_thumb2.asm
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\TrueSTUDIO\startup_stm32f4xx.s
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Include\arm_common_tables.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Include\arm_math.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Include\core_cm0.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Include\core_cm3.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Include\core_cm4.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Include\core_cm4_simd.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Include\core_cmFunc.h
【15】AD转换_DMA_TFT显示\Libraries\CMSIS\Include\core_cmInstr.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\misc.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_adc.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_can.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_crc.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_cryp.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dac.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dbgmcu.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dcmi.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dma.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_exti.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_flash.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_fsmc.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_gpio.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_hash.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_i2c.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_iwdg.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_pwr.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_rcc.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_rng.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_rtc.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_sdio.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_spi.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_syscfg.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_tim.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_usart.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_wwdg.h
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\Release_Notes.html
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\misc.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_adc.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_can.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_crc.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_aes.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_des.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_tdes.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dac.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dbgmcu.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dcmi.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dma.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_exti.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_flash.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_fsmc.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_gpio.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_md5.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_sha1.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_i2c.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_iwdg.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_pwr.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rng.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rtc.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_sdio.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_spi.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_syscfg.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_tim.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_usart.c
【15】AD转换_DMA_TFT显示\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_wwdg.c
【15】AD转换_DMA_TFT显示\Project\JLinkLog.txt
【15】AD转换_DMA_TFT显示\Project\JLinkSettings.ini
【15】AD转换_DMA_TFT显示\Project\Listing\Project.map
【15】AD转换_DMA_TFT显示\Project\Listing\startup_stm32f2xx.lst
【15】AD转换_DMA_TFT显示\Project\Listing\startup_stm32f4xx.lst
【15】AD转换_DMA_TFT显示\Project\Output\asciilib.crf
【15】AD转换_DMA_TFT显示\Project\Output\asciilib.d
【15】AD转换_DMA_TFT显示\Project\Output\asciilib.o
【15】AD转换_DMA_TFT显示\Project\Output\lcd.crf
【15】AD转换_DMA_TFT显示\Project\Output\lcd.d
【15】AD转换_DMA_TFT显示\Project\Output\lcd.o
【15】AD转换_DMA_TFT显示\Project\Output\main.crf
【15】AD转换_DMA_TFT显示\Project\Output\main.d
【15】AD转换_DMA_TFT显示\Project\Output\main.o
【15】AD转换_DMA_TFT显示\Project\Output\misc.crf
【15】AD转换_DMA_TFT显示\Project\Output\misc.d
【15】AD转换_DMA_TFT显示\Project\Output\misc.o
【15】AD转换_DMA_TFT显示\Project\Output\Project.axf
【15】AD转换_DMA_TFT显示\Project\Output\Project.hex
【15】AD转换_DMA_TFT显示\Project\Output\Project.htm
【15】AD转换_DMA_TFT显示\Project\Output\Project.lnp
【15】AD转换_DMA_TFT显示\Project\Output\Project.plg
【15】AD转换_DMA_TFT显示\Project\Output\Project.sct
【15】AD转换_DMA_TFT显示\Project\Output\Project.tra
【15】AD转换_DMA_TFT显示\Project\Output\startup_stm32f4xx.d
下载说明:请别用迅雷下载,失败请重下,重下不扣分!