文件名称:stm32-UCOSII--task
-
所属分类:
- 标签属性:
- 上传时间:2014-01-14
-
文件大小:395.47kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于STM32F103ZET6的UCOSII系统入门实验
主要是UCOSII系统的任务调度实验
主要包括建立任务、删除任务、改变任务优先级、任务挂起等函数使用-UCOSII system based on the introductory experiments STM32F103ZET6
The main task of the system is scheduled experiments UCOSII
Including the establishment of tasks, delete tasks , change task priorities , task suspension function uses
主要是UCOSII系统的任务调度实验
主要包括建立任务、删除任务、改变任务优先级、任务挂起等函数使用-UCOSII system based on the introductory experiments STM32F103ZET6
The main task of the system is scheduled experiments UCOSII
Including the establishment of tasks, delete tasks , change task priorities , task suspension function uses
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验53 UCOSII入门实验1-1-任务调度/
实验53 UCOSII入门实验1-1-任务调度/CORE/
实验53 UCOSII入门实验1-1-任务调度/CORE/core_cm3.c
实验53 UCOSII入门实验1-1-任务调度/CORE/core_cm3.h
实验53 UCOSII入门实验1-1-任务调度/CORE/startup_stm32f10x_hd.s
实验53 UCOSII入门实验1-1-任务调度/CORE/startup_stm32f10x_md.s
实验53 UCOSII入门实验1-1-任务调度/HARDWARE/
实验53 UCOSII入门实验1-1-任务调度/HARDWARE/LED/
实验53 UCOSII入门实验1-1-任务调度/HARDWARE/LED/led.c
实验53 UCOSII入门实验1-1-任务调度/HARDWARE/LED/led.h
实验53 UCOSII入门实验1-1-任务调度/OBJ/
实验53 UCOSII入门实验1-1-任务调度/OBJ/UCOSII-1.hex
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/misc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_adc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_bkp.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_can.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_cec.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_crc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_dac.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_dma.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_exti.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_flash.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_fsmc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_gpio.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_i2c.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_iwdg.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_pwr.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_rcc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_rtc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_sdio.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_spi.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_tim.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_usart.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_wwdg.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/misc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_adc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_bkp.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_can.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_cec.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_crc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_dac.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_dma.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_exti.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_flash.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_fsmc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_gpio.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_i2c.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_iwdg.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_pwr.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_rcc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_rtc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_sdio.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_spi.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_tim.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_usart.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_wwdg.c
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/delay/
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/delay/delay.c
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/delay/delay.h
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/sys/
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/sys/sys.c
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/sys/sys.h
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/usart/
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/usart/usart.c
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/usart/usart.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CONFIG/
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CONFIG/includes.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CONFIG/os_cfg.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_core.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_flag.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_mbox.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_mem.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_mutex.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_q.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_sem.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_task.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_time.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_tmr.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/ucos_ii.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/ucos_ii.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_cpu.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_cpu_a.asm
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_cpu_c.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_dbg.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_dbg_r.c
实验53 UCOSII入门实验1-1-任务调度/USER/
实验53 UCOSII入门实验1-1-任务调度/USER/UCOSII-1.Opt
实验53 UCOSII入门实验1-1-任务调度/USER/UCOSII-1.Uv2
实验53 UCOSII入门实验1-1-任务调度/USER/main.c
实验53 UCOSII入门实验1-1-任务调度/USER/stm32f10x.h
实验53 UCOSII入门实验1-1-任务调度/USER/stm32f10x_conf.h
实验53 UCOSII入门实验1-1-任务调度/USER/stm32f10x_it.c
实验53 UCOSII入门实验1-1-任务调度/USER/stm32f10x_it.h
实验
实验53 UCOSII入门实验1-1-任务调度/CORE/
实验53 UCOSII入门实验1-1-任务调度/CORE/core_cm3.c
实验53 UCOSII入门实验1-1-任务调度/CORE/core_cm3.h
实验53 UCOSII入门实验1-1-任务调度/CORE/startup_stm32f10x_hd.s
实验53 UCOSII入门实验1-1-任务调度/CORE/startup_stm32f10x_md.s
实验53 UCOSII入门实验1-1-任务调度/HARDWARE/
实验53 UCOSII入门实验1-1-任务调度/HARDWARE/LED/
实验53 UCOSII入门实验1-1-任务调度/HARDWARE/LED/led.c
实验53 UCOSII入门实验1-1-任务调度/HARDWARE/LED/led.h
实验53 UCOSII入门实验1-1-任务调度/OBJ/
实验53 UCOSII入门实验1-1-任务调度/OBJ/UCOSII-1.hex
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/misc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_adc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_bkp.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_can.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_cec.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_crc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_dac.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_dma.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_exti.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_flash.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_fsmc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_gpio.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_i2c.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_iwdg.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_pwr.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_rcc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_rtc.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_sdio.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_spi.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_tim.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_usart.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/inc/stm32f10x_wwdg.h
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/misc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_adc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_bkp.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_can.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_cec.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_crc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_dac.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_dma.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_exti.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_flash.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_fsmc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_gpio.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_i2c.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_iwdg.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_pwr.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_rcc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_rtc.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_sdio.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_spi.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_tim.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_usart.c
实验53 UCOSII入门实验1-1-任务调度/STM32F10x_FWLib/src/stm32f10x_wwdg.c
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/delay/
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/delay/delay.c
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/delay/delay.h
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/sys/
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/sys/sys.c
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/sys/sys.h
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/usart/
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/usart/usart.c
实验53 UCOSII入门实验1-1-任务调度/SYSTEM/usart/usart.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CONFIG/
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CONFIG/includes.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CONFIG/os_cfg.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_core.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_flag.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_mbox.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_mem.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_mutex.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_q.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_sem.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_task.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_time.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/os_tmr.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/ucos_ii.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/CORE/ucos_ii.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_cpu.h
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_cpu_a.asm
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_cpu_c.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_dbg.c
实验53 UCOSII入门实验1-1-任务调度/UCOSII/PORT/os_dbg_r.c
实验53 UCOSII入门实验1-1-任务调度/USER/
实验53 UCOSII入门实验1-1-任务调度/USER/UCOSII-1.Opt
实验53 UCOSII入门实验1-1-任务调度/USER/UCOSII-1.Uv2
实验53 UCOSII入门实验1-1-任务调度/USER/main.c
实验53 UCOSII入门实验1-1-任务调度/USER/stm32f10x.h
实验53 UCOSII入门实验1-1-任务调度/USER/stm32f10x_conf.h
实验53 UCOSII入门实验1-1-任务调度/USER/stm32f10x_it.c
实验53 UCOSII入门实验1-1-任务调度/USER/stm32f10x_it.h
实验
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.