【E188】用于TI C2000基于C28x的微控制器的FreeRTOS端口

2021-08-16 13:40:42      索炜达电子      694     

项目编号:E188

文件大小:353K

源码说明:带中文注释

开发环境:C编译器

简要概述:

用于TI C2000基于C28x的微控制器的FreeRTOS端口

【E188】用于TI C2000基于C28x的微控制器的FreeRTOS端口

文件列表:

目录│文件列表:

 └ freertos_c28x

    └ freertos_c28x

       ├ examples

       │  ├ blinky_tms320f28027

       │  │  │ .ccsproject

       │  │  │ .cproject

       │  │  │ .project

       │  │  │ blinky.c

       │  │  │ F2802x_generic_flash.cmd

       │  │  │ F2802x_Headers_nonBIOS.cmd

       │  │  │ FreeRTOSConfig.h

       │  │  │ readme.txt

       │  │  ├ .settings

       │  │  │  │ org.eclipse.cdt.codan.core.prefs

       │  │  │  └ org.eclipse.cdt.debug.core.prefs

       │  │  └ targetConfigs

       │  │     │ readme.txt

       │  │     │ TMS320F28027.ccxml

       │  │     └ TMS320F28034.ccxml

       │  ├ blinky_tms320f28034

       │  │  │ .ccsproject

       │  │  │ .cproject

       │  │  │ .project

       │  │  │ 28034_RAM_lnk.cmd

       │  │  │ blinky.c

       │  │  │ DSP2803x_Headers_nonBIOS.cmd

       │  │  │ FreeRTOSConfig.h

       │  │  ├ .launches

       │  │  │  └ blinky_f28034.launch

       │  │  ├ .settings

       │  │  │  │ org.eclipse.cdt.codan.core.prefs

       │  │  │  │ org.eclipse.cdt.core.prefs

       │  │  │  └ org.eclipse.cdt.debug.core.prefs

       │  │  └ targetConfigs

       │  │     │ readme.txt

       │  │     └ TMS320F28034.ccxml

       │  ├ blinky_tms320f28069

       │  │  │ .ccsproject

       │  │  │ .cproject

       │  │  │ .project

       │  │  │ 28069_RAM_lnk.cmd

       │  │  │ F2806x_Headers_nonBIOS.cmd

       │  │  │ FreeRTOSConfig.h

       │  │  │ main.c

       │  │  │ TMS320F28069.ccxml

       │  │  └ targetConfigs

       │  │     │ readme.txt

       │  │     └ TMS320F28069.ccxml

       │  ├ blinky_tms320f28377s

       │  │  │ .ccsproject

       │  │  │ .cproject

       │  │  │ .project

       │  │  │ 2837xS_Generic_RAM_lnk.cmd

       │  │  │ blinky.c

       │  │  │ F2837xS_Headers_nonBIOS.cmd

       │  │  │ FreeRTOSConfig.h

       │  │  ├ .launches

       │  │  │  │ blinky_f28377s.launch

       │  │  │  └ blinky_tms320f28377s.launch

       │  │  ├ .settings

       │  │  │  │ org.eclipse.cdt.codan.core.prefs

       │  │  │  │ org.eclipse.cdt.core.prefs

       │  │  │  └ org.eclipse.cdt.debug.core.prefs

       │  │  └ targetConfigs

       │  │     │ readme.txt

       │  │     └ TMS320F28377S.ccxml

       │  ├ drivers

       │  │  │ pwm.c

       │  │  │ pwm.h

       │  │  │ spi.c

       │  │  │ spi.h

       │  │  │ uart.c

       │  │  └ uart.h

       │  ├ fpu_f28377s

       │  │  │ .ccsproject

       │  │  │ .cproject

       │  │  │ .project

       │  │  │ 2837xS_Generic_FLASH_lnk.cmd

       │  │  │ F2837xS_Headers_nonBIOS.cmd

       │  │  │ fpu_test.c

       │  │  │ fpu_test.h

       │  │  │ FreeRTOSConfig.h

       │  │  │ main.c

       │  │  └ targetConfigs

       │  │     │ readme.txt

       │  │     └ TMS320F28377S.ccxml

       │  ├ libs

       │  │  ├ fatfs

       │  │  │  │ diskio.c

       │  │  │  │ diskio.h

       │  │  │  │ ff.c

       │  │  │  │ ff.h

       │  │  │  │ ffconf.h

       │  │  │  └ integer.h

       │  │  └ sdcard_spi

       │  │     │ SD.h

       │  │     │ SD_SPI_Erase.c

       │  │     │ SD_SPI_Initialization.c

       │  │     │ SD_SPI_Read.c

       │  │     │ SD_SPI_Registers.c

       │  │     │ SD_SPI_Transmission.c

       │  │     └ SD_SPI_Write.c

       │  ├ pwm_tms320f28377s

       │  │  │ .ccsproject

       │  │  │ .cproject

       │  │  │ .project

       │  │  │ 2837xS_Generic_RAM_lnk.cmd

       │  │  │ F2837xS_Headers_nonBIOS.cmd

       │  │  │ FreeRTOSConfig.h

       │  │  │ main.c

       │  │  └ targetConfigs

       │  │     │ readme.txt

       │  │     └ TMS320F28377S.ccxml

       │  ├ sdcard_f28377s

       │  │  │ .ccsproject

       │  │  │ .cproject

       │  │  │ .project

       │  │  │ 2837xS_Generic_FLASH_lnk.cmd

       │  │  │ F2837xS_Headers_nonBIOS.cmd

       │  │  │ FreeRTOSConfig.h

       │  │  │ main.c

       │  │  └ targetConfigs

       │  │     │ readme.txt

       │  │     └ TMS320F28377S.ccxml

       │  └ uart_f28377s

       │     │ .ccsproject

       │     │ .cproject

       │     │ .project

       │     │ 2837xS_Generic_RAM_lnk.cmd

       │     │ F2837xS_Headers_nonBIOS.cmd

       │     │ FreeRTOSConfig.h

       │     │ main.c

       │     └ targetConfigs

       │        │ readme.txt

       │        └ TMS320F28377S.ccxml

       └ 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

          │  │ 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

             └ CCS

                └ c28x

                   │ porASM.asm

                   │ port.c

                   └ portmacro.h

TAGFreeRTOS
  • 3 次
  • 1 分