文件名称:Stm32_ucos_3-1
介绍说明--下载内容来自于网络,使用问题请自行百度
在IAR环境中实现以下要求的编程(1)二个外部中断EINTB(KEY1)、EINTC(KEY2),三个任务A、B、C,优先级由低到高。
(2)A任务每运行一次使得第一组数码管的值增加1,调用延时函数为1s
(3)B任务等待信号量bsem(初始值为0),中断INTB触发信号量bsem的发送。该任务每运行一次使得第二组数码管的值增加1,调用延时函数为0.5s
(4)C任务等待信号量csem(初始值为0),中断INTC触发信号量csem的发送,该任务每运行一次使得某个发光二级管闪烁,调用延时函数为0.1s
-IAR environment in programming to achieve the following requirements (1) two external interrupt EINTB (KEY1), EINTC (KEY2), three tasks A, B, C, from low to high priority. (2) A task group each time you run make the first digital value increase, calling the delay function for the 1s (3) B task waiting for semaphore bsem (initial value 0), interrupt INTB trigger the sending semaphore bsem . The task runs once each second set of digital control makes the value increase, calling the delay function 0.5s (4) C task waiting for semaphore csem (initial value 0), interrupt INTC amount csem send the trigger signal, the so each time you run a task light-emitting diode flashes, called the delay function for the 0.1s
(2)A任务每运行一次使得第一组数码管的值增加1,调用延时函数为1s
(3)B任务等待信号量bsem(初始值为0),中断INTB触发信号量bsem的发送。该任务每运行一次使得第二组数码管的值增加1,调用延时函数为0.5s
(4)C任务等待信号量csem(初始值为0),中断INTC触发信号量csem的发送,该任务每运行一次使得某个发光二级管闪烁,调用延时函数为0.1s
-IAR environment in programming to achieve the following requirements (1) two external interrupt EINTB (KEY1), EINTC (KEY2), three tasks A, B, C, from low to high priority. (2) A task group each time you run make the first digital value increase, calling the delay function for the 1s (3) B task waiting for semaphore bsem (initial value 0), interrupt INTB trigger the sending semaphore bsem . The task runs once each second set of digital control makes the value increase, calling the delay function 0.5s (4) C task waiting for semaphore csem (initial value 0), interrupt INTC amount csem send the trigger signal, the so each time you run a task light-emitting diode flashes, called the delay function for the 0.1s
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Stm32_ucos_3-1/project/Debug/Exe/gprs.bin
Stm32_ucos_3-1/project/Debug/Exe/gprs.out
Stm32_ucos_3-1/project/Debug/Obj/BoardInit.o
Stm32_ucos_3-1/project/Debug/Obj/cortexm3_macro.o
Stm32_ucos_3-1/project/Debug/Obj/gprs.o
Stm32_ucos_3-1/project/Debug/Obj/gprs.pbd
Stm32_ucos_3-1/project/Debug/Obj/gprs.pbi
Stm32_ucos_3-1/project/Debug/Obj/Hex.o
Stm32_ucos_3-1/project/Debug/Obj/I2C.o
Stm32_ucos_3-1/project/Debug/Obj/led.o
Stm32_ucos_3-1/project/Debug/Obj/main.o
Stm32_ucos_3-1/project/Debug/Obj/pdu.o
Stm32_ucos_3-1/project/Debug/Obj/pdu.pbi
Stm32_ucos_3-1/project/Debug/Obj/stm32f10x_it.o
Stm32_ucos_3-1/project/Debug/Obj/stm32f10x_vector.o
Stm32_ucos_3-1/project/Debug/Obj/stm32_equip.o
Stm32_ucos_3-1/project/gprs.dep
Stm32_ucos_3-1/project/gprs.ewd
Stm32_ucos_3-1/project/gprs.ewp
Stm32_ucos_3-1/project/gprs.eww
Stm32_ucos_3-1/project/settings/gprs.cspy.bat
Stm32_ucos_3-1/project/settings/gprs.dbgdt
Stm32_ucos_3-1/project/settings/gprs.dni
Stm32_ucos_3-1/project/settings/gprs.wsdt
Stm32_ucos_3-1/project/settings/gprs_Debug.jlink
Stm32_ucos_3-1/STM32_LIB/config/stm32f10x_conf.h
Stm32_ucos_3-1/STM32_LIB/inc/cortexm3_macro.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_adc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_bkp.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_can.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_crc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dac.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dbgmcu.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dma.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_exti.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_flash.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_fsmc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_gpio.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_i2c.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_iwdg.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_lib.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_map.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_nvic.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_pwr.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_rcc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_rtc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_sdio.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_spi.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_systick.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_tim.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_type.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_usart.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_wwdg.h
Stm32_ucos_3-1/STM32_LIB/lib/stm32_2.0.3_lib.a
Stm32_ucos_3-1/STM32_LIB/startup/cortexm3_macro.s
Stm32_ucos_3-1/STM32_LIB/startup/stm32f10x_vector.c
Stm32_ucos_3-1/STM32_LIB/version.txt
Stm32_ucos_3-1/UCOS/inc/os_cfg.h
Stm32_ucos_3-1/UCOS/inc/os_cpu.h
Stm32_ucos_3-1/UCOS/inc/ucos_ii.h
Stm32_ucos_3-1/UCOS/lib/ucos.a
Stm32_ucos_3-1/USER/inc/BoardInit.h
Stm32_ucos_3-1/USER/inc/includes.h
Stm32_ucos_3-1/USER/inc/main.h
Stm32_ucos_3-1/USER/inc/stm32f10x_it.h
Stm32_ucos_3-1/USER/inc/stm32_equip.h
Stm32_ucos_3-1/USER/inc/type.h
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash.icf
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash.mac
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash_XRAM.icf
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash_XRAM.mac
Stm32_ucos_3-1/USER/src/BoardInit.c
Stm32_ucos_3-1/USER/src/main.c
Stm32_ucos_3-1/USER/src/stm32f10x_it.c
Stm32_ucos_3-1/USER/src/stm32_equip.c
Stm32_ucos_3-1/project/Debug/Exe
Stm32_ucos_3-1/project/Debug/List
Stm32_ucos_3-1/project/Debug/Obj
Stm32_ucos_3-1/project/Debug
Stm32_ucos_3-1/project/settings
Stm32_ucos_3-1/STM32_LIB/config
Stm32_ucos_3-1/STM32_LIB/inc
Stm32_ucos_3-1/STM32_LIB/lib
Stm32_ucos_3-1/STM32_LIB/startup
Stm32_ucos_3-1/UCOS/inc
Stm32_ucos_3-1/UCOS/lib
Stm32_ucos_3-1/USER/inc
Stm32_ucos_3-1/USER/linkerCofig
Stm32_ucos_3-1/USER/src
Stm32_ucos_3-1/project
Stm32_ucos_3-1/STM32_LIB
Stm32_ucos_3-1/UCOS
Stm32_ucos_3-1/USER
Stm32_ucos_3-1
实验要求.docx
Stm32_ucos_3-1/project/Debug/Exe/gprs.out
Stm32_ucos_3-1/project/Debug/Obj/BoardInit.o
Stm32_ucos_3-1/project/Debug/Obj/cortexm3_macro.o
Stm32_ucos_3-1/project/Debug/Obj/gprs.o
Stm32_ucos_3-1/project/Debug/Obj/gprs.pbd
Stm32_ucos_3-1/project/Debug/Obj/gprs.pbi
Stm32_ucos_3-1/project/Debug/Obj/Hex.o
Stm32_ucos_3-1/project/Debug/Obj/I2C.o
Stm32_ucos_3-1/project/Debug/Obj/led.o
Stm32_ucos_3-1/project/Debug/Obj/main.o
Stm32_ucos_3-1/project/Debug/Obj/pdu.o
Stm32_ucos_3-1/project/Debug/Obj/pdu.pbi
Stm32_ucos_3-1/project/Debug/Obj/stm32f10x_it.o
Stm32_ucos_3-1/project/Debug/Obj/stm32f10x_vector.o
Stm32_ucos_3-1/project/Debug/Obj/stm32_equip.o
Stm32_ucos_3-1/project/gprs.dep
Stm32_ucos_3-1/project/gprs.ewd
Stm32_ucos_3-1/project/gprs.ewp
Stm32_ucos_3-1/project/gprs.eww
Stm32_ucos_3-1/project/settings/gprs.cspy.bat
Stm32_ucos_3-1/project/settings/gprs.dbgdt
Stm32_ucos_3-1/project/settings/gprs.dni
Stm32_ucos_3-1/project/settings/gprs.wsdt
Stm32_ucos_3-1/project/settings/gprs_Debug.jlink
Stm32_ucos_3-1/STM32_LIB/config/stm32f10x_conf.h
Stm32_ucos_3-1/STM32_LIB/inc/cortexm3_macro.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_adc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_bkp.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_can.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_crc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dac.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dbgmcu.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_dma.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_exti.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_flash.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_fsmc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_gpio.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_i2c.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_iwdg.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_lib.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_map.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_nvic.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_pwr.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_rcc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_rtc.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_sdio.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_spi.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_systick.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_tim.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_type.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_usart.h
Stm32_ucos_3-1/STM32_LIB/inc/stm32f10x_wwdg.h
Stm32_ucos_3-1/STM32_LIB/lib/stm32_2.0.3_lib.a
Stm32_ucos_3-1/STM32_LIB/startup/cortexm3_macro.s
Stm32_ucos_3-1/STM32_LIB/startup/stm32f10x_vector.c
Stm32_ucos_3-1/STM32_LIB/version.txt
Stm32_ucos_3-1/UCOS/inc/os_cfg.h
Stm32_ucos_3-1/UCOS/inc/os_cpu.h
Stm32_ucos_3-1/UCOS/inc/ucos_ii.h
Stm32_ucos_3-1/UCOS/lib/ucos.a
Stm32_ucos_3-1/USER/inc/BoardInit.h
Stm32_ucos_3-1/USER/inc/includes.h
Stm32_ucos_3-1/USER/inc/main.h
Stm32_ucos_3-1/USER/inc/stm32f10x_it.h
Stm32_ucos_3-1/USER/inc/stm32_equip.h
Stm32_ucos_3-1/USER/inc/type.h
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash.icf
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash.mac
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash_XRAM.icf
Stm32_ucos_3-1/USER/linkerCofig/STM32_Flash_XRAM.mac
Stm32_ucos_3-1/USER/src/BoardInit.c
Stm32_ucos_3-1/USER/src/main.c
Stm32_ucos_3-1/USER/src/stm32f10x_it.c
Stm32_ucos_3-1/USER/src/stm32_equip.c
Stm32_ucos_3-1/project/Debug/Exe
Stm32_ucos_3-1/project/Debug/List
Stm32_ucos_3-1/project/Debug/Obj
Stm32_ucos_3-1/project/Debug
Stm32_ucos_3-1/project/settings
Stm32_ucos_3-1/STM32_LIB/config
Stm32_ucos_3-1/STM32_LIB/inc
Stm32_ucos_3-1/STM32_LIB/lib
Stm32_ucos_3-1/STM32_LIB/startup
Stm32_ucos_3-1/UCOS/inc
Stm32_ucos_3-1/UCOS/lib
Stm32_ucos_3-1/USER/inc
Stm32_ucos_3-1/USER/linkerCofig
Stm32_ucos_3-1/USER/src
Stm32_ucos_3-1/project
Stm32_ucos_3-1/STM32_LIB
Stm32_ucos_3-1/UCOS
Stm32_ucos_3-1/USER
Stm32_ucos_3-1
实验要求.docx
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.