• 大小: 1.99MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: .rar  

资源简介

实现多线程任务UC/OSII实时系统的源代码

资源截图

代码片段和文件信息

#include “includes.h“
#include “stm32f10x.h“
#include “stm32f10x_rcc.h“ 

const uint32_t SystemFrequency         = 72000000;              /*!< System Clock Frequency (Core Clock) */

/*神州I号LED灯相关定义*/
#define RCC_GPIO_LED                    RCC_APB2Periph_GPIOA    /*LED使用的GPIO时钟*/
#define LEDn                            2                       /*神舟I号LED数量*/
#define GPIO_LED                        GPIOA                   /*神舟I号LED灯使用的GPIO组*/

#define DS1_PIN                         GPIO_Pin_2              /*DS1使用的GPIO管脚*/
#define DS2_PIN                         GPIO_Pin_3 /*DS2使用的GPIO管脚*/

GPIO_InitTypeDef GPIO_InitStructure;

#define START_TASK_PRIO     4  
#define TASK_1_PRIO 5
#define TASK_2_PRIO 6   
 
/************设置栈大小(单位为 OS_STK )************/
#define START

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      17273  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c

     文件      85714  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h

     文件      19836  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\Release_Notes_for_STM32F10x_CMSIS.html

     文件      15761  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_cl.s

     文件      15498  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s

     文件      12371  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld.s

     文件      13651  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld_vl.s

     文件      12760  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md.s

     文件      14068  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md_vl.s

     文件      15950  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s

     文件      12943  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_cl.s

     文件      13042  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd.s

     文件       9698  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld.s

     文件      10445  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld_vl.s

     文件      10154  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md.s

     文件      10941  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md_vl.s

     文件      13143  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_xl.s

     文件      16629  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_cl.s

     文件      16231  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s

     文件      12653  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_ld.s

     文件      12952  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_ld_vl.s

     文件      12914  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_md.s

     文件      13603  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_md_vl.s

     文件      16630  2013-09-13 12:17  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_xl.s

     文件      12522  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_cl.s

     文件      13193  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_hd.s

     文件       9746  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_ld.s

     文件      10195  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_ld_vl.s

     文件      10195  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_md.s

     文件      10660  2013-09-13 12:16  UCOSII操作系统\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_md_vl.s

............此处省略219个文件信息

评论

共有 条评论