【E2075】基于STM32F030的FreeRTOS_LED的库函数开发

2021-11-02 12:27:10      索炜达电子      466     

项目编号:E2075

文件大小:2M

源码说明:带中文注释

开发环境:C编译器

简要概述:

基于STM32F030的FreeRTOS_LED的库函数开发

目录│文件列表:

 └ 基于STM32F030的FreeRTOS_LED的库函数开发

          └ F030_FreeRTOS_LED

             ├ CMSIS

             │  │ README.txt

             │  │ Release_Notes.html

             │  ├ Include

             │  │  │ stm32f0xx.h

             │  │  └ system_stm32f0xx.h

             │  └ Source

             │     └ Templates

             │        │ system_stm32f0xx.c

             │        ├ arm

             │        │  │ startup_stm32f030.s

             │        │  │ startup_stm32f030x6.s

             │        │  │ startup_stm32f030x8.s

             │        │  │ startup_stm32f0xx.s

             │        │  └ startup_stm32f0xx_ld.s

             │        ├ gcc_ride7

             │        │  │ startup_stm32f0xx.s

             │        │  │ startup_stm32f0xx_ld.s

             │        │  └ vssver.scc

             │        ├ iar

             │        │  │ startup_stm32f030x6.s

             │        │  │ startup_stm32f030x8.s

             │        │  │ startup_stm32f0xx.s

             │        │  └ startup_stm32f0xx_ld.s

             │        └ TrueSTUDIO

             │           │ startup_stm32f030x6.s

             │           │ startup_stm32f030x8.s

             │           │ startup_stm32f0xx.s

             │           └ startup_stm32f0xx_ld.s

             ├ FreeRTOS

             │  │ croutine.c

             │  │ list.c

             │  │ queue.c

             │  │ readme.txt

             │  │ tasks.c

             │  │ timers.c

             │  ├ include

             │  │  │ croutine.h

             │  │  │ FreeRTOS.h

             │  │  │ list.h

             │  │  │ mpu_wrappers.h

             │  │  │ portable.h

             │  │  │ projdefs.h

             │  │  │ queue.h

             │  │  │ semphr.h

             │  │  │ StackMacros.h

             │  │  │ task.h

             │  │  └ timers.h

             │  └ portable

             │     │ readme.txt

             │     ├ MemMang

             │     │  │ heap_1.c

             │     │  │ heap_2.c

             │     │  │ heap_3.c

             │     │  └ heap_4.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

             ├ Project

             │  │ keilkilll.bat

             │  │ T7_F030_FRTOS_1.uvgui.Administrator

             │  │ T7_F030_FRTOS_1.uvgui.fuguanhua

             │  │ T7_F030_FRTOS_1.uvopt

             │  │ T7_F030_FRTOS_1.uvproj

             │  │ T7_F030_FRTOS_1_Target 1.dep

             │  │ T7_F030_FRTOS_1_uvopt.bak

             │  │ T7_F030_FRTOS_1_uvproj.bak

             │  ├ Listing

             │  │  │ startup_stm32f030.lst

             │  │  └ T7_F030_FRTOS_1.map

             │  └ OBJ

             │     │ heap_2.crf

             │     │ heap_2.d

             │     │ heap_2.o

             │     │ list.crf

             │     │ list.d

             │     │ list.o

             │     │ main.crf

             │     │ main.d

             │     │ main.o

             │     │ port.crf

             │     │ port.d

             │     │ port.o

             │     │ queue.crf

             │     │ queue.d

             │     │ queue.o

             │     │ startup_stm32f030.d

             │     │ startup_stm32f030.o

             │     │ stm32f0xx_gpio.crf

             │     │ stm32f0xx_gpio.d

             │     │ stm32f0xx_gpio.o

             │     │ stm32f0xx_it.crf

             │     │ stm32f0xx_it.d

             │     │ stm32f0xx_it.o

             │     │ stm32f0xx_rcc.crf

             │     │ stm32f0xx_rcc.d

             │     │ stm32f0xx_rcc.o

             │     │ stm32f0xx_syscfg.crf

             │     │ stm32f0xx_syscfg.d

             │     │ stm32f0xx_syscfg.o

             │     │ stm32f0xx_usart.crf

             │     │ stm32f0xx_usart.d

             │     │ stm32f0xx_usart.o

             │     │ system_stm32f0xx.crf

             │     │ system_stm32f0xx.d

             │     │ system_stm32f0xx.o

             │     │ T7_F030_FRTOS_1.axf

             │     │ T7_F030_FRTOS_1.build_log.htm

             │     │ T7_F030_FRTOS_1.hex

             │     │ T7_F030_FRTOS_1.htm

             │     │ T7_F030_FRTOS_1.lnp

             │     │ T7_F030_FRTOS_1.sct

             │     │ T7_F030_FRTOS_1.tra

             │     │ tasks.crf

             │     │ tasks.d

             │     │ tasks.o

             │     │ timers.crf

             │     │ timers.d

             │     │ timers.o

             │     │ usart.crf

             │     │ usart.d

             │     └ usart.o

             ├ STM32F0xx_StdPeriph_Driver

             │  │ Release_Notes.html

             │  ├ inc

             │  │  │ stm32f0xx_adc.h

             │  │  │ stm32f0xx_cec.h

             │  │  │ stm32f0xx_comp.h

             │  │  │ stm32f0xx_crc.h

             │  │  │ stm32f0xx_dac.h

             │  │  │ stm32f0xx_dbgmcu.h

             │  │  │ stm32f0xx_dma.h

             │  │  │ stm32f0xx_exti.h

             │  │  │ stm32f0xx_flash.h

             │  │  │ stm32f0xx_gpio.h

             │  │  │ stm32f0xx_i2c.h

             │  │  │ stm32f0xx_iwdg.h

             │  │  │ stm32f0xx_misc.h

             │  │  │ stm32f0xx_pwr.h

             │  │  │ stm32f0xx_rcc.h

             │  │  │ stm32f0xx_rtc.h

             │  │  │ stm32f0xx_spi.h

             │  │  │ stm32f0xx_syscfg.h

             │  │  │ stm32f0xx_tim.h

             │  │  │ stm32f0xx_usart.h

             │  │  └ stm32f0xx_wwdg.h

             │  └ src

             │     │ stm32f0xx_adc.c

             │     │ stm32f0xx_cec.c

             │     │ stm32f0xx_comp.c

             │     │ stm32f0xx_crc.c

             │     │ stm32f0xx_dac.c

             │     │ stm32f0xx_dbgmcu.c

             │     │ stm32f0xx_dma.c

             │     │ stm32f0xx_exti.c

             │     │ stm32f0xx_flash.c

             │     │ stm32f0xx_gpio.c

             │     │ stm32f0xx_i2c.c

             │     │ stm32f0xx_iwdg.c

             │     │ stm32f0xx_misc.c

             │     │ stm32f0xx_pwr.c

             │     │ stm32f0xx_rcc.c

             │     │ stm32f0xx_rtc.c

             │     │ stm32f0xx_spi.c

             │     │ stm32f0xx_syscfg.c

             │     │ stm32f0xx_tim.c

             │     │ stm32f0xx_usart.c

             │     └ stm32f0xx_wwdg.c

             └ USER

                │ FreeRTOSConfig.h

                │ main.c

                │ ParTest.c

                │ stm32f0xx_conf.h

                │ stm32f0xx_it.c

                │ stm32f0xx_it.h

                │ system_stm32f0xx.c

                └ usart.c

TAGSTM32F030
  • 8 次
  • 1 分