2021-09-20 09:52:52 索煒達(dá)電子 1245
項目編號:E1238
文件大?。?.13M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
STM32F030C8T6多通道ADC采集DMA程序 HAL庫
目錄│文件列表:
└ FreeRTOS_多通道ADC-DMA _HAL
│ keilkilll.bat
│ readme.txt
├ CORE
│ │ cmsis_armcc.h
│ │ cmsis_armclang.h
│ │ cmsis_compiler.h
│ │ cmsis_version.h
│ │ core_cm0.h
│ │ core_cm0plus.h
│ │ startup_stm32f030x8.s
│ │ stm32f030x8.h
│ └ stm32f0xx.h
├ FreeRTOS
│ │ croutine.c
│ │ event_groups.c
│ │ list.c
│ │ queue.c
│ │ readme.txt
│ │ tasks.c
│ │ timers.c
│ ├ include
│ │ │ croutine.h
│ │ │ deprecated_definitions.h
│ │ │ event_groups.h
│ │ │ FreeRTOS.h
│ │ │ FreeRTOSConfig.h
│ │ │ list.h
│ │ │ mpu_prototypes.h
│ │ │ mpu_wrappers.h
│ │ │ portable.h
│ │ │ projdefs.h
│ │ │ queue.h
│ │ │ semphr.h
│ │ │ StackMacros.h
│ │ │ stdint.readme
│ │ │ task.h
│ │ └ timers.h
│ └ portable
│ │ readme.txt
│ ├ Keil
│ │ └ See-also-the-RVDS-directory.txt
│ ├ MemMang
│ │ │ heap_1.c
│ │ │ heap_2.c
│ │ │ heap_3.c
│ │ │ heap_4.c
│ │ └ heap_5.c
│ └ RVDS
│ ├ ARM7_LPC21xx
│ │ │ port.c
│ │ │ portASM.s
│ │ │ portmacro.h
│ │ └ portmacro.inc
│ ├ ARM_CA9
│ │ │ port.c
│ │ │ portASM.s
│ │ │ portmacro.h
│ │ └ portmacro.inc
│ ├ ARM_CM0
│ │ │ port.c
│ │ └ portmacro.h
│ ├ ARM_CM3
│ │ │ port.c
│ │ └ portmacro.h
│ ├ ARM_CM4F
│ │ │ port.c
│ │ └ portmacro.h
│ ├ ARM_CM4_MPU
│ │ │ port.c
│ │ └ portmacro.h
│ └ ARM_CM7
│ │ ReadMe.txt
│ └ r0p1
│ │ port.c
│ └ portmacro.h
├ HALLIB
│ └ STM32F0xx_HAL_Driver
│ ├ Inc
│ │ │ stm32f0xx_hal.h
│ │ │ stm32f0xx_hal_adc.h
│ │ │ stm32f0xx_hal_adc_ex.h
│ │ │ stm32f0xx_hal_can.h
│ │ │ stm32f0xx_hal_cec.h
│ │ │ stm32f0xx_hal_comp.h
│ │ │ stm32f0xx_hal_conf_template.h
│ │ │ stm32f0xx_hal_cortex.h
│ │ │ stm32f0xx_hal_crc.h
│ │ │ stm32f0xx_hal_crc_ex.h
│ │ │ stm32f0xx_hal_dac.h
│ │ │ stm32f0xx_hal_dac_ex.h
│ │ │ stm32f0xx_hal_def.h
│ │ │ stm32f0xx_hal_dma.h
│ │ │ stm32f0xx_hal_dma_ex.h
│ │ │ stm32f0xx_hal_exti.h
│ │ │ stm32f0xx_hal_flash.h
│ │ │ stm32f0xx_hal_flash_ex.h
│ │ │ stm32f0xx_hal_gpio.h
│ │ │ stm32f0xx_hal_gpio_ex.h
│ │ │ stm32f0xx_hal_i2c.h
│ │ │ stm32f0xx_hal_i2c_ex.h
│ │ │ stm32f0xx_hal_i2s.h
│ │ │ stm32f0xx_hal_irda.h
│ │ │ stm32f0xx_hal_irda_ex.h
│ │ │ stm32f0xx_hal_iwdg.h
│ │ │ stm32f0xx_hal_pcd.h
│ │ │ stm32f0xx_hal_pcd_ex.h
│ │ │ stm32f0xx_hal_pwr.h
│ │ │ stm32f0xx_hal_pwr_ex.h
│ │ │ stm32f0xx_hal_rcc.h
│ │ │ stm32f0xx_hal_rcc_ex.h
│ │ │ stm32f0xx_hal_rtc.h
│ │ │ stm32f0xx_hal_rtc_ex.h
│ │ │ stm32f0xx_hal_smartcard.h
│ │ │ stm32f0xx_hal_smartcard_ex.h
│ │ │ stm32f0xx_hal_smbus.h
│ │ │ stm32f0xx_hal_spi.h
│ │ │ stm32f0xx_hal_spi_ex.h
│ │ │ stm32f0xx_hal_tim.h
│ │ │ stm32f0xx_hal_tim_ex.h
│ │ │ stm32f0xx_hal_tsc.h
│ │ │ stm32f0xx_hal_uart.h
│ │ │ stm32f0xx_hal_uart_ex.h
│ │ │ stm32f0xx_hal_usart.h
│ │ │ stm32f0xx_hal_usart_ex.h
│ │ │ stm32f0xx_hal_wwdg.h
│ │ │ stm32f0xx_ll_adc.h
│ │ │ stm32f0xx_ll_bus.h
│ │ │ stm32f0xx_ll_comp.h
│ │ │ stm32f0xx_ll_cortex.h
│ │ │ stm32f0xx_ll_crc.h
│ │ │ stm32f0xx_ll_crs.h
│ │ │ stm32f0xx_ll_dac.h
│ │ │ stm32f0xx_ll_dma.h
│ │ │ stm32f0xx_ll_exti.h
│ │ │ stm32f0xx_ll_gpio.h
│ │ │ stm32f0xx_ll_i2c.h
│ │ │ stm32f0xx_ll_iwdg.h
│ │ │ stm32f0xx_ll_pwr.h
│ │ │ stm32f0xx_ll_rcc.h
│ │ │ stm32f0xx_ll_rtc.h
│ │ │ stm32f0xx_ll_spi.h
│ │ │ stm32f0xx_ll_system.h
│ │ │ stm32f0xx_ll_tim.h
│ │ │ stm32f0xx_ll_usart.h
│ │ │ stm32f0xx_ll_usb.h
│ │ │ stm32f0xx_ll_utils.h
│ │ │ stm32f0xx_ll_wwdg.h
│ │ │ stm32_assert_template.h
│ │ └ Legacy
│ │ │ stm32f0xx_hal_can_legacy.h
│ │ └ stm32_hal_legacy.h
│ └ Src
│ │ stm32f0xx_hal.c
│ │ stm32f0xx_hal_adc.c
│ │ stm32f0xx_hal_adc_ex.c
│ │ stm32f0xx_hal_can.c
│ │ stm32f0xx_hal_cec.c
│ │ stm32f0xx_hal_comp.c
│ │ stm32f0xx_hal_cortex.c
│ │ stm32f0xx_hal_crc.c
│ │ stm32f0xx_hal_crc_ex.c
│ │ stm32f0xx_hal_dac.c
│ │ stm32f0xx_hal_dac_ex.c
│ │ stm32f0xx_hal_dma.c
│ │ stm32f0xx_hal_exti.c
│ │ stm32f0xx_hal_flash.c
│ │ stm32f0xx_hal_flash_ex.c
│ │ stm32f0xx_hal_gpio.c
│ │ stm32f0xx_hal_i2c.c
│ │ stm32f0xx_hal_i2c_ex.c
│ │ stm32f0xx_hal_i2s.c
│ │ stm32f0xx_hal_irda.c
│ │ stm32f0xx_hal_iwdg.c
│ │ stm32f0xx_hal_msp_template.c
│ │ stm32f0xx_hal_pcd.c
│ │ stm32f0xx_hal_pcd_ex.c
│ │ stm32f0xx_hal_pwr.c
│ │ stm32f0xx_hal_pwr_ex.c
│ │ stm32f0xx_hal_rcc.c
│ │ stm32f0xx_hal_rcc_ex.c
│ │ stm32f0xx_hal_rtc.c
│ │ stm32f0xx_hal_rtc_ex.c
│ │ stm32f0xx_hal_smartcard.c
│ │ stm32f0xx_hal_smartcard_ex.c
│ │ stm32f0xx_hal_smbus.c
│ │ stm32f0xx_hal_spi.c
│ │ stm32f0xx_hal_spi_ex.c
│ │ stm32f0xx_hal_tim.c
│ │ stm32f0xx_hal_timebase_rtc_alarm_template.c
│ │ stm32f0xx_hal_timebase_rtc_wakeup_template.c
│ │ stm32f0xx_hal_timebase_tim_template.c
│ │ stm32f0xx_hal_tim_ex.c
│ │ stm32f0xx_hal_tsc.c
│ │ stm32f0xx_hal_uart.c
│ │ stm32f0xx_hal_uart_ex.c
│ │ stm32f0xx_hal_usart.c
│ │ stm32f0xx_hal_usart_ex.c
│ │ stm32f0xx_hal_wwdg.c
│ │ stm32f0xx_ll_adc.c
│ │ stm32f0xx_ll_comp.c
│ │ stm32f0xx_ll_crc.c
│ │ stm32f0xx_ll_crs.c
│ │ stm32f0xx_ll_dac.c
│ │ stm32f0xx_ll_dma.c
│ │ stm32f0xx_ll_exti.c
│ │ stm32f0xx_ll_gpio.c
│ │ stm32f0xx_ll_i2c.c
│ │ stm32f0xx_ll_pwr.c
│ │ stm32f0xx_ll_rcc.c
│ │ stm32f0xx_ll_rtc.c
│ │ stm32f0xx_ll_spi.c
│ │ stm32f0xx_ll_tim.c
│ │ stm32f0xx_ll_usart.c
│ │ stm32f0xx_ll_usb.c
│ │ stm32f0xx_ll_utils.c
│ └ Legacy
│ └ stm32f0xx_hal_can.c
├ HARDWARE
│ ├ CPU_ADC
│ │ │ bsp_cpu_adc.c
│ │ │ bsp_cpu_adc.h
│ │ └ noise.c
│ └ LED
│ │ led.c
│ └ led.h
├ SYSTEM
│ ├ delay
│ │ │ delay.c
│ │ └ delay.h
│ ├ sys
│ │ │ sys.c
│ │ └ sys.h
│ └ usart
│ │ usart.c
│ └ usart.h
└ USER
│ LED.uvguix.zhangben
│ LED.uvguix.zhemin
│ LED.uvoptx
│ LED.uvprojx
│ main.c
│ main.h
│ stm32f0xx_hal_conf.h
│ stm32f0xx_it.c
│ stm32f0xx_it.h
│ system_stm32f0xx.c
│ system_stm32f0xx.h
├ DebugConfig
│ └ LED_STM32F030C8Tx.dbgconf