欧美日韩欧美,女人和拘做受大片免费看,麻花豆传媒剧国产mv免费版特色,欧美成人精品高清在线观看,麻豆产精国品一二三产区区

【E1053】FreeRTOS移植實(shí)驗(yàn)(基于STM32F103RDT6)

2021-09-11 15:05:04      索煒達(dá)電子      775     

項(xiàng)目編號(hào):E1053

文件大?。?.8M

源碼說(shuō)明:帶中文注釋

開(kāi)發(fā)環(huán)境:C編譯器

簡(jiǎn)要概述:

今天參考了正點(diǎn)原子關(guān)于STM32移植FreeRTOS 教程,所以把里面的工程移植到STM32F103RDT6上。

只在原工程中重新選擇了設(shè)備(STM32F103RDT6),然后把基本兩LED任務(wù)的GPIO按照手頭上的板子資源進(jìn)行了接口修改。運(yùn)行正常。這里把工程備份一下。

目錄│文件列表:

 └ FreeRTOS移植實(shí)驗(yàn)(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

TAGFreeRTOS
  • 3 次
  • 1 分