文件名称:STM32F030C8T6-FreeRTOS
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-12-20
- 文件大小:
- 3.67mb
- 下载次数:
- 1次
- 提 供 者:
- zhang******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是FreeRTOS移植到STM32F0系列单片机的实例,已经验证成功,成功的驱动了LED,24L01,SPI,ADC等等外设。源码已经测试通过无误。-This is FreeRTOS transplanted to STM32F0 MCU instance, has been verified successfully, the success of driven LED, 24L01, SPI, ADC and so on peripherals. Source code has been tested correctly.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BUTTERFLY遥控-FreeRTOS\.project
......................\CORE\core_cm0.h
......................\....\startup_stm32f030.s
......................\Driver\delay.c
......................\......\delay.h
......................\......\drv_adc.c
......................\......\drv_adc.h
......................\......\Led.c
......................\......\Led.h
......................\......\main.c
......................\......\main.h
......................\......\NRF24L01.C
......................\......\NRF24L01.h
......................\......\SPI.c
......................\......\SPI.h
......................\......\stm32f0xx_conf.h
......................\......\stm32f0xx_it.c
......................\......\stm32f0xx_it.h
......................\......\system_stm32f0xx.c
......................\JLinkLog.txt
......................\JLinkSettings.ini
......................\List\startup_stm32f030.lst
......................\....\startup_stm32f042.lst
......................\....\STM32F042-SWITCHV10.map
......................\mylib\sysconfig.h
......................\Obj\croutine.crf
......................\...\croutine.d
......................\...\croutine.o
......................\...\delay.crf
......................\...\delay.d
......................\...\delay.o
......................\...\drv_adc.crf
......................\...\drv_adc.d
......................\...\drv_adc.o
......................\...\heap_2.crf
......................\...\heap_2.d
......................\...\heap_2.o
......................\...\led.crf
......................\...\led.d
......................\...\led.o
......................\...\list.crf
......................\...\list.d
......................\...\list.o
......................\...\main.crf
......................\...\main.d
......................\...\main.o
......................\...\nrf24l01.crf
......................\...\nrf24l01.d
......................\...\nrf24l01.o
......................\...\port.crf
......................\...\port.d
......................\...\port.o
......................\...\queue.crf
......................\...\queue.d
......................\...\queue.o
......................\...\spi.crf
......................\...\spi.d
......................\...\spi.o
......................\...\startup_stm32f030.d
......................\...\startup_stm32f030.o
......................\...\STM32F042-FreeRTOS_BUTTERFLY_RemoteControl.dep
......................\...\STM32F042-SWITCHV10.axf
......................\...\STM32F042-SWITCHV10.build_log.htm
......................\...\STM32F042-SWITCHV10.hex
......................\...\STM32F042-SWITCHV10.htm
......................\...\STM32F042-SWITCHV10.lnp
......................\...\STM32F042-SWITCHV10.sct
......................\...\stm32f0xx_adc.crf
......................\...\stm32f0xx_adc.d
......................\...\stm32f0xx_adc.o
......................\...\stm32f0xx_can.crf
......................\...\stm32f0xx_can.d
......................\...\stm32f0xx_can.o
......................\...\stm32f0xx_exti.crf
......................\...\stm32f0xx_exti.d
......................\...\stm32f0xx_exti.o
......................\...\stm32f0xx_flash.crf
......................\...\stm32f0xx_flash.d
......................\...\stm32f0xx_flash.o
......................\...\stm32f0xx_gpio.crf
......................\...\stm32f0xx_gpio.d
......................\...\stm32f0xx_gpio.o
......................\...\stm32f0xx_i2c.crf
......................\...\stm32f0xx_i2c.d
......................\...\stm32f0xx_i2c.o
......................\...\stm32f0xx_it.crf
......................\...\stm32f0xx_it.d
......................\...\stm32f0xx_it.o
......................\...\stm32f0xx_iwdg.crf
......................\...\stm32f0xx_iwdg.d
......................\...\stm32f0xx_iwdg.o
......................\...\stm32f0xx_misc.crf
......................\...\stm32f0xx_misc.d
......................\...\stm32f0xx_misc.o
......................\...\stm32f0xx_pwr.crf
......................\...\stm32f0xx_pwr.d
......................\...\stm32f0xx_pwr.o
......................\...\stm32f0xx_rcc.crf
......................\.