2021-09-11 15:05:04 索煒達(dá)電子 770
項目編號:E1053
文件大?。?.8M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
今天參考了正點(diǎn)原子關(guān)于STM32移植FreeRTOS 教程,所以把里面的工程移植到STM32F103RDT6上。
只在原工程中重新選擇了設(shè)備(STM32F103RDT6),然后把基本兩LED任務(wù)的GPIO按照手頭上的板子資源進(jìn)行了接口修改。運(yùn)行正常。這里把工程備份一下。
目錄│文件列表:
└ FreeRTOS移植實驗(STM32F103RDT6)
│ keilkilll.bat
│ readme.txt
├ CORE
│ │ core_cm3.c
│ │ core_cm3.h
│ └ startup_stm32f10x_hd.s
├ 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
│ │ └ ReadMe.url
│ └ 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