文件名称:STM32LEDucos
介绍说明--下载内容来自于网络,使用问题请自行百度
内容简述:
* 本例程操作系统采用ucos2.86a版本, 建立了5个任务
任务名 优先级
APP_TASK_START_PRIO 2 主任务
Task_Com1_PRIO 4 COM1通信任务
Task_Led1_PRIO 7 LED1 闪烁任务
Task_Led2_PRIO 8 LED2 闪烁任务
Task_Led3_PRIO 9 LED3 闪烁任务
当然还包含了系统任务:
OS_TaskIdle 空闲任务 -优先级最低
OS_TaskStat 统计运行时间的任务 -优先级次低-Descr iption of content:
* the routine operating system using ucos2.86a version, set up 5 task
The name of the task priority
The main task of APP_TASK_START_PRIO 2
Task_Com1_PRIO 4 COM1 communication task
Task_Led1_PRIO 7 LED1 blinking task
Task_Led2_PRIO 8 LED2 blinking task
Task_Led3_PRIO 9 LED3 blinking task
Of course also includes the system task:
OS_TaskIdle idle task of developing the lowest priority
OS_TaskStat the running time of the task priority level is low.
* 本例程操作系统采用ucos2.86a版本, 建立了5个任务
任务名 优先级
APP_TASK_START_PRIO 2 主任务
Task_Com1_PRIO 4 COM1通信任务
Task_Led1_PRIO 7 LED1 闪烁任务
Task_Led2_PRIO 8 LED2 闪烁任务
Task_Led3_PRIO 9 LED3 闪烁任务
当然还包含了系统任务:
OS_TaskIdle 空闲任务 -优先级最低
OS_TaskStat 统计运行时间的任务 -优先级次低-Descr iption of content:
* the routine operating system using ucos2.86a version, set up 5 task
The name of the task priority
The main task of APP_TASK_START_PRIO 2
Task_Com1_PRIO 4 COM1 communication task
Task_Led1_PRIO 7 LED1 blinking task
Task_Led2_PRIO 8 LED2 blinking task
Task_Led3_PRIO 9 LED3 blinking task
Of course also includes the system task:
OS_TaskIdle idle task of developing the lowest priority
OS_TaskStat the running time of the task priority level is low.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32LEDucos/APP/app.c
STM32LEDucos/APP/app_cfg.h
STM32LEDucos/APP/BinType.h
STM32LEDucos/APP/config.h
STM32LEDucos/APP/globals.h
STM32LEDucos/APP/includes.h
STM32LEDucos/APP/JLinkLog.txt
STM32LEDucos/APP/os_cfg.h
STM32LEDucos/APP/RAM.ini
STM32LEDucos/APP/readme.txt
STM32LEDucos/APP/STM32-FD-led-ucos ucgui.Opt
STM32LEDucos/APP/STM32-FD-led-ucos ucgui.Uv2
STM32LEDucos/APP/STM32-FD-led-ucos ucgui_Opt.Bak
STM32LEDucos/APP/STM32-FD-led-ucos ucgui_STM32-FD-LED-ucos.dep
STM32LEDucos/APP/STM32-FD-led-ucos ucgui_Uv2.Bak
STM32LEDucos/APP/stm32f10x_it.c
STM32LEDucos/BSP/bsp.c
STM32LEDucos/BSP/bsp.h
STM32LEDucos/CM3/core_cm3.c
STM32LEDucos/CM3/core_cm3.h
STM32LEDucos/CM3/stm32f10x.h
STM32LEDucos/CM3/system_stm32f10x.c
STM32LEDucos/CM3/system_stm32f10x.h
STM32LEDucos/FWlib/inc/misc.h
STM32LEDucos/FWlib/inc/stm32f10x_adc.h
STM32LEDucos/FWlib/inc/stm32f10x_bkp.h
STM32LEDucos/FWlib/inc/stm32f10x_can.h
STM32LEDucos/FWlib/inc/stm32f10x_cec.h
STM32LEDucos/FWlib/inc/stm32f10x_conf.h
STM32LEDucos/FWlib/inc/stm32f10x_crc.h
STM32LEDucos/FWlib/inc/stm32f10x_dac.h
STM32LEDucos/FWlib/inc/stm32f10x_dbgmcu.h
STM32LEDucos/FWlib/inc/stm32f10x_dma.h
STM32LEDucos/FWlib/inc/stm32f10x_exti.h
STM32LEDucos/FWlib/inc/stm32f10x_flash.h
STM32LEDucos/FWlib/inc/stm32f10x_fsmc.h
STM32LEDucos/FWlib/inc/stm32f10x_gpio.h
STM32LEDucos/FWlib/inc/stm32f10x_i2c.h
STM32LEDucos/FWlib/inc/stm32f10x_iwdg.h
STM32LEDucos/FWlib/inc/stm32f10x_pwr.h
STM32LEDucos/FWlib/inc/stm32f10x_rcc.h
STM32LEDucos/FWlib/inc/stm32f10x_rtc.h
STM32LEDucos/FWlib/inc/stm32f10x_sdio.h
STM32LEDucos/FWlib/inc/stm32f10x_spi.h
STM32LEDucos/FWlib/inc/stm32f10x_tim.h
STM32LEDucos/FWlib/inc/stm32f10x_usart.h
STM32LEDucos/FWlib/inc/stm32f10x_wwdg.h
STM32LEDucos/FWlib/SRC/misc.c
STM32LEDucos/FWlib/SRC/stm32f10x_adc.c
STM32LEDucos/FWlib/SRC/stm32f10x_bkp.c
STM32LEDucos/FWlib/SRC/stm32f10x_can.c
STM32LEDucos/FWlib/SRC/stm32f10x_cec.c
STM32LEDucos/FWlib/SRC/stm32f10x_crc.c
STM32LEDucos/FWlib/SRC/stm32f10x_dac.c
STM32LEDucos/FWlib/SRC/stm32f10x_dbgmcu.c
STM32LEDucos/FWlib/SRC/stm32f10x_dma.c
STM32LEDucos/FWlib/SRC/stm32f10x_exti.c
STM32LEDucos/FWlib/SRC/stm32f10x_flash.c
STM32LEDucos/FWlib/SRC/stm32f10x_fsmc.c
STM32LEDucos/FWlib/SRC/stm32f10x_gpio.c
STM32LEDucos/FWlib/SRC/stm32f10x_i2c.c
STM32LEDucos/FWlib/SRC/stm32f10x_iwdg.c
STM32LEDucos/FWlib/SRC/stm32f10x_pwr.c
STM32LEDucos/FWlib/SRC/stm32f10x_rcc.c
STM32LEDucos/FWlib/SRC/stm32f10x_rtc.c
STM32LEDucos/FWlib/SRC/stm32f10x_sdio.c
STM32LEDucos/FWlib/SRC/stm32f10x_spi.c
STM32LEDucos/FWlib/SRC/stm32f10x_tim.c
STM32LEDucos/FWlib/SRC/stm32f10x_usart.c
STM32LEDucos/FWlib/SRC/stm32f10x_wwdg.c
STM32LEDucos/FWlib/SRC/system_stm32f10x.c
STM32LEDucos/KeiDelAll.bat
STM32LEDucos/LstFlash/STM32-FD-ucgui.map
STM32LEDucos/LstFlash/STM32-FD-ucos.map
STM32LEDucos/ObjFlash/STM32-FD-ucos.plg
STM32LEDucos/Startup/cortexm3_macro.s
STM32LEDucos/Startup/startup_stm32f10x_hd.s
STM32LEDucos/Startup/stm32f10x_startup.s
STM32LEDucos/uCOS-II/Ports/os_cpu.h
STM32LEDucos/uCOS-II/Ports/os_cpu_a.asm
STM32LEDucos/uCOS-II/Ports/os_cpu_c.c
STM32LEDucos/uCOS-II/Ports/os_dbg.c
STM32LEDucos/uCOS-II/Source/os_core.c
STM32LEDucos/uCOS-II/Source/os_flag.c
STM32LEDucos/uCOS-II/Source/os_mbox.c
STM32LEDucos/uCOS-II/Source/os_mem.c
STM32LEDucos/uCOS-II/Source/os_mutex.c
STM32LEDucos/uCOS-II/Source/os_q.c
STM32LEDucos/uCOS-II/Source/os_sem.c
STM32LEDucos/uCOS-II/Source/os_task.c
STM32LEDucos/uCOS-II/Source/os_time.c
STM32LEDucos/uCOS-II/Source/os_tmr.c
STM32LEDucos/uCOS-II/Source/ucos_ii.c
STM32LEDucos/uCOS-II/Source/ucos_ii.h
STM32LEDucos/uCOS-II/uC-CPU/cpu.h
STM32LEDucos/uCOS-II/uC-CPU/cpu_a.asm
STM32LEDucos/uCOS-II/uC-CPU/cpu_core.c
STM32LEDucos/uCOS-II/uC-CPU/cpu_core.h
STM32LEDucos/uCOS-II/uC-CPU/cpu_def.h
STM32LEDucos/uCOS-II/uC-LIB/lib_def.h
STM32LEDucos/uCOS-II/uC-LIB/lib_mem.c
STM32LEDucos/uCOS-II/uC-LIB/lib_mem.h
STM32LEDucos/uCOS-II/uC-LIB/lib_str.c
STM32LEDucos/uCOS-II/uC-LIB/lib_str.h
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM/GNU/lib_mem_a.s
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM/IAR/lib_mem_a.asm
STM32LEDucos/uCOS-II/uC-LIB/Ports/lib_mem_a.asm
STM32LEDucos/usart/Com.c
STM32LEDucos/usart/COM.H
STM32LEDucos/奋斗版STM32开发板基于uCosII 2.86的LED灯闪烁实验手册.pdf
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM/GNU
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM/IAR
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM
STM32LEDucos/uCOS-II/uC-LIB/Ports
STM32LEDucos/FWlib/inc
STM32LEDucos/FWlib/SRC
STM32LEDucos/uCOS-II/Ports
STM32LEDucos/uCOS-II/Source
STM32LEDucos/uCOS-II/uC-CPU
STM32LEDucos/uCOS-II/uC-LIB
STM32LEDucos/APP
STM32LEDucos/BSP
STM32LEDucos/CM3
STM32LEDucos/FWlib
STM32LEDucos/LstFlash
STM32LEDucos/ObjFlash
STM32LEDucos/Startup
STM32LEDucos/uCOS-II
STM32LEDucos/usart
STM32LEDucos
STM32LEDucos/APP/app_cfg.h
STM32LEDucos/APP/BinType.h
STM32LEDucos/APP/config.h
STM32LEDucos/APP/globals.h
STM32LEDucos/APP/includes.h
STM32LEDucos/APP/JLinkLog.txt
STM32LEDucos/APP/os_cfg.h
STM32LEDucos/APP/RAM.ini
STM32LEDucos/APP/readme.txt
STM32LEDucos/APP/STM32-FD-led-ucos ucgui.Opt
STM32LEDucos/APP/STM32-FD-led-ucos ucgui.Uv2
STM32LEDucos/APP/STM32-FD-led-ucos ucgui_Opt.Bak
STM32LEDucos/APP/STM32-FD-led-ucos ucgui_STM32-FD-LED-ucos.dep
STM32LEDucos/APP/STM32-FD-led-ucos ucgui_Uv2.Bak
STM32LEDucos/APP/stm32f10x_it.c
STM32LEDucos/BSP/bsp.c
STM32LEDucos/BSP/bsp.h
STM32LEDucos/CM3/core_cm3.c
STM32LEDucos/CM3/core_cm3.h
STM32LEDucos/CM3/stm32f10x.h
STM32LEDucos/CM3/system_stm32f10x.c
STM32LEDucos/CM3/system_stm32f10x.h
STM32LEDucos/FWlib/inc/misc.h
STM32LEDucos/FWlib/inc/stm32f10x_adc.h
STM32LEDucos/FWlib/inc/stm32f10x_bkp.h
STM32LEDucos/FWlib/inc/stm32f10x_can.h
STM32LEDucos/FWlib/inc/stm32f10x_cec.h
STM32LEDucos/FWlib/inc/stm32f10x_conf.h
STM32LEDucos/FWlib/inc/stm32f10x_crc.h
STM32LEDucos/FWlib/inc/stm32f10x_dac.h
STM32LEDucos/FWlib/inc/stm32f10x_dbgmcu.h
STM32LEDucos/FWlib/inc/stm32f10x_dma.h
STM32LEDucos/FWlib/inc/stm32f10x_exti.h
STM32LEDucos/FWlib/inc/stm32f10x_flash.h
STM32LEDucos/FWlib/inc/stm32f10x_fsmc.h
STM32LEDucos/FWlib/inc/stm32f10x_gpio.h
STM32LEDucos/FWlib/inc/stm32f10x_i2c.h
STM32LEDucos/FWlib/inc/stm32f10x_iwdg.h
STM32LEDucos/FWlib/inc/stm32f10x_pwr.h
STM32LEDucos/FWlib/inc/stm32f10x_rcc.h
STM32LEDucos/FWlib/inc/stm32f10x_rtc.h
STM32LEDucos/FWlib/inc/stm32f10x_sdio.h
STM32LEDucos/FWlib/inc/stm32f10x_spi.h
STM32LEDucos/FWlib/inc/stm32f10x_tim.h
STM32LEDucos/FWlib/inc/stm32f10x_usart.h
STM32LEDucos/FWlib/inc/stm32f10x_wwdg.h
STM32LEDucos/FWlib/SRC/misc.c
STM32LEDucos/FWlib/SRC/stm32f10x_adc.c
STM32LEDucos/FWlib/SRC/stm32f10x_bkp.c
STM32LEDucos/FWlib/SRC/stm32f10x_can.c
STM32LEDucos/FWlib/SRC/stm32f10x_cec.c
STM32LEDucos/FWlib/SRC/stm32f10x_crc.c
STM32LEDucos/FWlib/SRC/stm32f10x_dac.c
STM32LEDucos/FWlib/SRC/stm32f10x_dbgmcu.c
STM32LEDucos/FWlib/SRC/stm32f10x_dma.c
STM32LEDucos/FWlib/SRC/stm32f10x_exti.c
STM32LEDucos/FWlib/SRC/stm32f10x_flash.c
STM32LEDucos/FWlib/SRC/stm32f10x_fsmc.c
STM32LEDucos/FWlib/SRC/stm32f10x_gpio.c
STM32LEDucos/FWlib/SRC/stm32f10x_i2c.c
STM32LEDucos/FWlib/SRC/stm32f10x_iwdg.c
STM32LEDucos/FWlib/SRC/stm32f10x_pwr.c
STM32LEDucos/FWlib/SRC/stm32f10x_rcc.c
STM32LEDucos/FWlib/SRC/stm32f10x_rtc.c
STM32LEDucos/FWlib/SRC/stm32f10x_sdio.c
STM32LEDucos/FWlib/SRC/stm32f10x_spi.c
STM32LEDucos/FWlib/SRC/stm32f10x_tim.c
STM32LEDucos/FWlib/SRC/stm32f10x_usart.c
STM32LEDucos/FWlib/SRC/stm32f10x_wwdg.c
STM32LEDucos/FWlib/SRC/system_stm32f10x.c
STM32LEDucos/KeiDelAll.bat
STM32LEDucos/LstFlash/STM32-FD-ucgui.map
STM32LEDucos/LstFlash/STM32-FD-ucos.map
STM32LEDucos/ObjFlash/STM32-FD-ucos.plg
STM32LEDucos/Startup/cortexm3_macro.s
STM32LEDucos/Startup/startup_stm32f10x_hd.s
STM32LEDucos/Startup/stm32f10x_startup.s
STM32LEDucos/uCOS-II/Ports/os_cpu.h
STM32LEDucos/uCOS-II/Ports/os_cpu_a.asm
STM32LEDucos/uCOS-II/Ports/os_cpu_c.c
STM32LEDucos/uCOS-II/Ports/os_dbg.c
STM32LEDucos/uCOS-II/Source/os_core.c
STM32LEDucos/uCOS-II/Source/os_flag.c
STM32LEDucos/uCOS-II/Source/os_mbox.c
STM32LEDucos/uCOS-II/Source/os_mem.c
STM32LEDucos/uCOS-II/Source/os_mutex.c
STM32LEDucos/uCOS-II/Source/os_q.c
STM32LEDucos/uCOS-II/Source/os_sem.c
STM32LEDucos/uCOS-II/Source/os_task.c
STM32LEDucos/uCOS-II/Source/os_time.c
STM32LEDucos/uCOS-II/Source/os_tmr.c
STM32LEDucos/uCOS-II/Source/ucos_ii.c
STM32LEDucos/uCOS-II/Source/ucos_ii.h
STM32LEDucos/uCOS-II/uC-CPU/cpu.h
STM32LEDucos/uCOS-II/uC-CPU/cpu_a.asm
STM32LEDucos/uCOS-II/uC-CPU/cpu_core.c
STM32LEDucos/uCOS-II/uC-CPU/cpu_core.h
STM32LEDucos/uCOS-II/uC-CPU/cpu_def.h
STM32LEDucos/uCOS-II/uC-LIB/lib_def.h
STM32LEDucos/uCOS-II/uC-LIB/lib_mem.c
STM32LEDucos/uCOS-II/uC-LIB/lib_mem.h
STM32LEDucos/uCOS-II/uC-LIB/lib_str.c
STM32LEDucos/uCOS-II/uC-LIB/lib_str.h
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM/GNU/lib_mem_a.s
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM/IAR/lib_mem_a.asm
STM32LEDucos/uCOS-II/uC-LIB/Ports/lib_mem_a.asm
STM32LEDucos/usart/Com.c
STM32LEDucos/usart/COM.H
STM32LEDucos/奋斗版STM32开发板基于uCosII 2.86的LED灯闪烁实验手册.pdf
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM/GNU
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM/IAR
STM32LEDucos/uCOS-II/uC-LIB/Ports/ARM
STM32LEDucos/uCOS-II/uC-LIB/Ports
STM32LEDucos/FWlib/inc
STM32LEDucos/FWlib/SRC
STM32LEDucos/uCOS-II/Ports
STM32LEDucos/uCOS-II/Source
STM32LEDucos/uCOS-II/uC-CPU
STM32LEDucos/uCOS-II/uC-LIB
STM32LEDucos/APP
STM32LEDucos/BSP
STM32LEDucos/CM3
STM32LEDucos/FWlib
STM32LEDucos/LstFlash
STM32LEDucos/ObjFlash
STM32LEDucos/Startup
STM32LEDucos/uCOS-II
STM32LEDucos/usart
STM32LEDucos
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.