文件名称:UCOSII-1
介绍说明--下载内容来自于网络,使用问题请自行百度
UCOSII的任务创建,在UCOSII里面创建3个任务:开始任务、LED0任务和LED1任务,开始任务用于创建其他(LED0和LED1)任务,之后挂起;LED0任务用于控制DS0的亮灭,DS0每秒钟亮80ms;LED1任务用于控制DS1的亮灭,DS1亮300ms,灭 300ms,依次循环。-UCOSII task created inside the uCOSII create three tasks: task and LED0 task and LED1 task start, start the task for creating other (LED0 and LED1) task, hang LED0 task for control DS0 bright lights, bright DS0 per second clock 80ms LED1 task is used to control the DS1 bright lights, DS1 bright 300ms, 300ms, followed by the cycle.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
UCOSII-1/CORE/core_cm3.c
UCOSII-1/CORE/core_cm3.h
UCOSII-1/CORE/startup_stm32f10x_hd.s
UCOSII-1/HARDWARE/LED/led.c
UCOSII-1/HARDWARE/LED/led.h
UCOSII-1/keilkilll.bat
UCOSII-1/OBJ/UCOSII-1.hex
UCOSII-1/STM32F10x_FWLib/inc/misc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_adc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_bkp.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_can.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_cec.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_crc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_dac.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_dma.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_exti.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_flash.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_fsmc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_gpio.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_i2c.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_iwdg.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_pwr.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_rcc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_rtc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_sdio.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_spi.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_tim.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_usart.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_wwdg.h
UCOSII-1/STM32F10x_FWLib/src/misc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_adc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_bkp.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_can.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_cec.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_crc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_dac.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_dma.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_exti.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_flash.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_fsmc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_gpio.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_i2c.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_iwdg.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_pwr.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_rcc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_rtc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_sdio.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_spi.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_tim.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_usart.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_wwdg.c
UCOSII-1/SYSTEM/delay/delay.c
UCOSII-1/SYSTEM/delay/delay.h
UCOSII-1/SYSTEM/sys/sys.c
UCOSII-1/SYSTEM/sys/sys.h
UCOSII-1/SYSTEM/usart/usart.c
UCOSII-1/SYSTEM/usart/usart.h
UCOSII-1/UCOSII/CONFIG/includes.h
UCOSII-1/UCOSII/CONFIG/os_cfg.h
UCOSII-1/UCOSII/CORE/os_core.c
UCOSII-1/UCOSII/CORE/os_flag.c
UCOSII-1/UCOSII/CORE/os_mbox.c
UCOSII-1/UCOSII/CORE/os_mem.c
UCOSII-1/UCOSII/CORE/os_mutex.c
UCOSII-1/UCOSII/CORE/os_q.c
UCOSII-1/UCOSII/CORE/os_sem.c
UCOSII-1/UCOSII/CORE/os_task.c
UCOSII-1/UCOSII/CORE/os_time.c
UCOSII-1/UCOSII/CORE/os_tmr.c
UCOSII-1/UCOSII/CORE/ucos_ii.c
UCOSII-1/UCOSII/CORE/ucos_ii.h
UCOSII-1/UCOSII/PORT/os_cpu.h
UCOSII-1/UCOSII/PORT/os_cpu_a.asm
UCOSII-1/UCOSII/PORT/os_cpu_c.c
UCOSII-1/UCOSII/PORT/os_dbg.c
UCOSII-1/UCOSII/PORT/os_dbg_r.c
UCOSII-1/USER/JLinkSettings.ini
UCOSII-1/USER/main.c
UCOSII-1/USER/stm32f10x.h
UCOSII-1/USER/stm32f10x_conf.h
UCOSII-1/USER/stm32f10x_it.c
UCOSII-1/USER/stm32f10x_it.h
UCOSII-1/USER/system_stm32f10x.c
UCOSII-1/USER/system_stm32f10x.h
UCOSII-1/USER/UCOSII-1.uvguix.Administrator
UCOSII-1/USER/UCOSII-1.uvoptx
UCOSII-1/USER/UCOSII-1.uvprojx
UCOSII-1/HARDWARE/LED
UCOSII-1/STM32F10x_FWLib/inc
UCOSII-1/STM32F10x_FWLib/src
UCOSII-1/SYSTEM/delay
UCOSII-1/SYSTEM/sys
UCOSII-1/SYSTEM/usart
UCOSII-1/UCOSII/CONFIG
UCOSII-1/UCOSII/CORE
UCOSII-1/UCOSII/PORT
UCOSII-1/USER/Listings
UCOSII-1/USER/Objects
UCOSII-1/CORE
UCOSII-1/HARDWARE
UCOSII-1/OBJ
UCOSII-1/STM32F10x_FWLib
UCOSII-1/SYSTEM
UCOSII-1/UCOSII
UCOSII-1/USER
UCOSII-1
UCOSII-1/CORE/core_cm3.h
UCOSII-1/CORE/startup_stm32f10x_hd.s
UCOSII-1/HARDWARE/LED/led.c
UCOSII-1/HARDWARE/LED/led.h
UCOSII-1/keilkilll.bat
UCOSII-1/OBJ/UCOSII-1.hex
UCOSII-1/STM32F10x_FWLib/inc/misc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_adc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_bkp.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_can.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_cec.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_crc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_dac.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_dma.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_exti.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_flash.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_fsmc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_gpio.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_i2c.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_iwdg.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_pwr.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_rcc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_rtc.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_sdio.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_spi.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_tim.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_usart.h
UCOSII-1/STM32F10x_FWLib/inc/stm32f10x_wwdg.h
UCOSII-1/STM32F10x_FWLib/src/misc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_adc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_bkp.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_can.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_cec.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_crc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_dac.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_dma.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_exti.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_flash.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_fsmc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_gpio.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_i2c.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_iwdg.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_pwr.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_rcc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_rtc.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_sdio.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_spi.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_tim.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_usart.c
UCOSII-1/STM32F10x_FWLib/src/stm32f10x_wwdg.c
UCOSII-1/SYSTEM/delay/delay.c
UCOSII-1/SYSTEM/delay/delay.h
UCOSII-1/SYSTEM/sys/sys.c
UCOSII-1/SYSTEM/sys/sys.h
UCOSII-1/SYSTEM/usart/usart.c
UCOSII-1/SYSTEM/usart/usart.h
UCOSII-1/UCOSII/CONFIG/includes.h
UCOSII-1/UCOSII/CONFIG/os_cfg.h
UCOSII-1/UCOSII/CORE/os_core.c
UCOSII-1/UCOSII/CORE/os_flag.c
UCOSII-1/UCOSII/CORE/os_mbox.c
UCOSII-1/UCOSII/CORE/os_mem.c
UCOSII-1/UCOSII/CORE/os_mutex.c
UCOSII-1/UCOSII/CORE/os_q.c
UCOSII-1/UCOSII/CORE/os_sem.c
UCOSII-1/UCOSII/CORE/os_task.c
UCOSII-1/UCOSII/CORE/os_time.c
UCOSII-1/UCOSII/CORE/os_tmr.c
UCOSII-1/UCOSII/CORE/ucos_ii.c
UCOSII-1/UCOSII/CORE/ucos_ii.h
UCOSII-1/UCOSII/PORT/os_cpu.h
UCOSII-1/UCOSII/PORT/os_cpu_a.asm
UCOSII-1/UCOSII/PORT/os_cpu_c.c
UCOSII-1/UCOSII/PORT/os_dbg.c
UCOSII-1/UCOSII/PORT/os_dbg_r.c
UCOSII-1/USER/JLinkSettings.ini
UCOSII-1/USER/main.c
UCOSII-1/USER/stm32f10x.h
UCOSII-1/USER/stm32f10x_conf.h
UCOSII-1/USER/stm32f10x_it.c
UCOSII-1/USER/stm32f10x_it.h
UCOSII-1/USER/system_stm32f10x.c
UCOSII-1/USER/system_stm32f10x.h
UCOSII-1/USER/UCOSII-1.uvguix.Administrator
UCOSII-1/USER/UCOSII-1.uvoptx
UCOSII-1/USER/UCOSII-1.uvprojx
UCOSII-1/HARDWARE/LED
UCOSII-1/STM32F10x_FWLib/inc
UCOSII-1/STM32F10x_FWLib/src
UCOSII-1/SYSTEM/delay
UCOSII-1/SYSTEM/sys
UCOSII-1/SYSTEM/usart
UCOSII-1/UCOSII/CONFIG
UCOSII-1/UCOSII/CORE
UCOSII-1/UCOSII/PORT
UCOSII-1/USER/Listings
UCOSII-1/USER/Objects
UCOSII-1/CORE
UCOSII-1/HARDWARE
UCOSII-1/OBJ
UCOSII-1/STM32F10x_FWLib
UCOSII-1/SYSTEM
UCOSII-1/UCOSII
UCOSII-1/USER
UCOSII-1
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
