Location:
Search - Task3
Search list
Description: 说明:
此演示程序包含六个任务:
softclock 软时钟任务
task1 向端口2的每个管脚输出方波的任务
task2 向端口3的每个管脚输出方波的任务
task3 向端口4的每个管脚输出方波的任务
task4 向端口5的每个管脚输出方波的任务
taskled 点亮P1.0上指示灯的任务
6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。
软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期
时间格式为BCD格式或10进制格式。
此程序可以直接在MSP430F149的仿真头上运行
程序空间、数据空间都由编译器自动分配。-Note : This demonstration program includes six tasks : softclock soft task task1 clock to the two ports of each square wave output pin task task2 3 to the ports of each square wave output pin task task3 to four ports in each square wave output pin task tas K4 to the port every five square wave output pin task taskled lit P1.0 light on the task 6 mission, as well as the idle task M430/OS a total of seven tasks, the system has opened up a six stack, idle procedures mandate the use of the main stack, and the leisure task is not to preserve the scene. Every piece of the stack size can be different. Soft-clock task M430/OS use of multi-task simulation of a delay of over a month, day and hour, seconds clock, the date and time can BCD format for the 10-band format or formats. This procedure can b
Platform: |
Size: 9124 |
Author: 王培明 |
Hits:
Description: ucosii小实验任务3 哲学家就餐,可以帮助学习嵌入式操作系统-ucosii small experimental task three dining philosophers can help embedded operating system
Platform: |
Size: 106986 |
Author: yz |
Hits:
Description: 该UCOSII_2.83移植为基于立宇泰S3C44B0X的专业板,外部晶振为8MHZ,内部频率为MCLK=64MHZ,串口波特率为115200,串口0。四个Exint4,Exint5,Exint6,Exint7,外部中断每按一次累加一次并把数据发送上来(直接在超级终端中使用),同时开了串口0接收中断:串口0把接收到的数据仍旧发送上来,同时四个任务发送Task0,Task1,Task2,Task3
外部中断和串口接收中断采用我们一般使用的模式,只是在进外部中断和串口接收中断时关总中断,出外部中断和串口接收中断时开总中断,这样可以避免执行外部中断和串口接收中断时中断嵌套。可以嵌套的程序还没编。-UCOSII_2.83 transplant to the legislature based on the Thai-S3C44B0X professional boards, external oscillator for 8 MHZ, internal frequency of MCLK = 64MHZ, serial port baud rate of 115,200. Serial 0. 4 Exint4, Exint5, Exint6, Exint7. external interrupt every time a cumulative and data onto this (direct the use of the Super Terminal) it also received a suspended serial 0 : 0 Serial data received by the continued onto this, Meanwhile four tasks this Task0, Task1, Task2. Task3 external disruption and interruption serial receiver we use the average usage patterns Progressive is in the suspension and external Serial reception interrupted when the General interrupted, and an external interrupt serial disruption opening reception total interruption, This will avoid the implementation of the susp
Platform: |
Size: 410211 |
Author: 道德法 |
Hits:
Description: OSInit()
OSTaskCreate(Task1, &task_1, &TaskStk[0][TASK_STK_SIZE-1], 1)
OSTaskCreate(Task2, &task_2, &TaskStk[1][TASK_STK_SIZE-1], 2)
OSTaskCreate(Task3, &task_3, &TaskStk[2][TASK_STK_SIZE-1], 3)
OSStart()
return 0 -OSInit () OSTaskCreate (Task1.
Platform: |
Size: 2892310 |
Author: hahe |
Hits:
Description: 一个使用MSP430汇编语言写的 RTOS,此版本为 V1.1 版并已修正过在 IAR MSP430 V3.42A 编译后可于 Simulator 下正常调度工作了,其中设置的六个任务上都下了断点,方便在 Simulator 下观测任务调度,兹将原使用说明详列如下:
M430/OS 演示程序 V1.1 版,此演示程序包含六个任务:
softclock 软时钟任务
task1 向端口2的每个管脚输出方波的任务
task2 向端口3的每个管脚输出方波的任务
task3 向端口4的每个管脚输出方波的任务
task4 向端口5的每个管脚输出方波的任务
taskled 点亮P1.0上指示灯的任务
6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。
软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期,时间格式为BCD格式或10进制格式。
Platform: |
Size: 17807 |
Author: kly |
Hits:
Description: ucos移植使用-6个简单任务功能:
Task0 任务0 (P1.8 灯循环 亮 灭 )
Task1 任务1 (P1.9 灯循环 亮 灭 )
Task2 任务2 (P1.20 灯循环 亮 灭 )
Task3 任务3 (P0.7 蜂鸣器循环 鸣 停 )
Task4 任务4 (595驱动的数码管从0~9 循环显示)
Task5 任务5 (P1.21-P1.25LED灯 循环亮 灭)
Platform: |
Size: 327278 |
Author: 月亮 |
Hits:
Description: 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。
Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,告警信息需编号以logmsg 方式输出。本task 负责系统结束时的Task 删除处理。
Task2:console 命令行接收Task。接收并分析console 发来的命令行及参数。自行设置5 种以上命令,并根据命令的内容向Task3 或/及Task4 发送激励消息。同时实现系统退出命令,使系统采用适当方式安全退出。收到非法命令向Task1告警。
Task3:Led 控制Task。接收Led 控制消息(命令),自定义Led 显示方式表现命令执行情况。本task 应负责led 相关I/O port 初始化。收到非法led 控制命令向Task1 告警。
Task4:console 输出Task。接收需打印输出的字串消息(命令),输出到console。收到长度为0 或超常字串向Task1 告警。
Platform: |
Size: 1822 |
Author: 王昊 |
Hits:
Description: ATMEL XMEGA crypto program-task3.
Platform: |
Size: 12073 |
Author: jackey |
Hits:
Description: 说明:
此演示程序包含六个任务:
softclock 软时钟任务
task1 向端口2的每个管脚输出方波的任务
task2 向端口3的每个管脚输出方波的任务
task3 向端口4的每个管脚输出方波的任务
task4 向端口5的每个管脚输出方波的任务
taskled 点亮P1.0上指示灯的任务
6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。
软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期
时间格式为BCD格式或10进制格式。
此程序可以直接在MSP430F149的仿真头上运行
程序空间、数据空间都由编译器自动分配。-Note : This demonstration program includes six tasks : softclock soft task task1 clock to the two ports of each square wave output pin task task2 3 to the ports of each square wave output pin task task3 to four ports in each square wave output pin task tas K4 to the port every five square wave output pin task taskled lit P1.0 light on the task 6 mission, as well as the idle task M430/OS a total of seven tasks, the system has opened up a six stack, idle procedures mandate the use of the main stack, and the leisure task is not to preserve the scene. Every piece of the stack size can be different. Soft-clock task M430/OS use of multi-task simulation of a delay of over a month, day and hour, seconds clock, the date and time can BCD format for the 10-band format or formats. This procedure can b
Platform: |
Size: 69632 |
Author: |
Hits:
Description: ucosii小实验任务3 哲学家就餐,可以帮助学习嵌入式操作系统-ucosii small experimental task three dining philosophers can help embedded operating system
Platform: |
Size: 106496 |
Author: yz |
Hits:
Description: 该UCOSII_2.83移植为基于立宇泰S3C44B0X的专业板,外部晶振为8MHZ,内部频率为MCLK=64MHZ,串口波特率为115200,串口0。四个Exint4,Exint5,Exint6,Exint7,外部中断每按一次累加一次并把数据发送上来(直接在超级终端中使用),同时开了串口0接收中断:串口0把接收到的数据仍旧发送上来,同时四个任务发送Task0,Task1,Task2,Task3
外部中断和串口接收中断采用我们一般使用的模式,只是在进外部中断和串口接收中断时关总中断,出外部中断和串口接收中断时开总中断,这样可以避免执行外部中断和串口接收中断时中断嵌套。可以嵌套的程序还没编。-UCOSII_2.83 transplant to the legislature based on the Thai-S3C44B0X professional boards, external oscillator for 8 MHZ, internal frequency of MCLK = 64MHZ, serial port baud rate of 115,200. Serial 0. 4 Exint4, Exint5, Exint6, Exint7. external interrupt every time a cumulative and data onto this (direct the use of the Super Terminal) it also received a suspended serial 0 : 0 Serial data received by the continued onto this, Meanwhile four tasks this Task0, Task1, Task2. Task3 external disruption and interruption serial receiver we use the average usage patterns Progressive is in the suspension and external Serial reception interrupted when the General interrupted, and an external interrupt serial disruption opening reception total interruption, This will avoid the implementation of the susp
Platform: |
Size: 409600 |
Author: 道德法 |
Hits:
Description: OSInit()
OSTaskCreate(Task1, &task_1, &TaskStk[0][TASK_STK_SIZE-1], 1)
OSTaskCreate(Task2, &task_2, &TaskStk[1][TASK_STK_SIZE-1], 2)
OSTaskCreate(Task3, &task_3, &TaskStk[2][TASK_STK_SIZE-1], 3)
OSStart()
return 0 -OSInit () OSTaskCreate (Task1.
Platform: |
Size: 2891776 |
Author: hahe |
Hits:
Description: 一个使用MSP430汇编语言写的 RTOS,此版本为 V1.1 版并已修正过在 IAR MSP430 V3.42A 编译后可于 Simulator 下正常调度工作了,其中设置的六个任务上都下了断点,方便在 Simulator 下观测任务调度,兹将原使用说明详列如下:
M430/OS 演示程序 V1.1 版,此演示程序包含六个任务:
softclock 软时钟任务
task1 向端口2的每个管脚输出方波的任务
task2 向端口3的每个管脚输出方波的任务
task3 向端口4的每个管脚输出方波的任务
task4 向端口5的每个管脚输出方波的任务
taskled 点亮P1.0上指示灯的任务
6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。
软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期,时间格式为BCD格式或10进制格式。
Platform: |
Size: 17408 |
Author: kly |
Hits:
Description: ucos移植使用-6个简单任务功能:
Task0 任务0 (P1.8 灯循环 亮 灭 )
Task1 任务1 (P1.9 灯循环 亮 灭 )
Task2 任务2 (P1.20 灯循环 亮 灭 )
Task3 任务3 (P0.7 蜂鸣器循环 鸣 停 )
Task4 任务4 (595驱动的数码管从0~9 循环显示)
Task5 任务5 (P1.21-P1.25LED灯 循环亮 灭)
--6 uCOS transplantation using a simple task function: Task0 task 0 (P1.8 cycle bright lights out) Task1 task 1 (P1.9 cycle bright lights out) Task2 task 2 (P1.20 cycle bright lights out) Task3 task 3 ( P0.7 buzzer alarms to stop the cycle) Task4 task 4 (595-driven digital control from 0 ~ 9 cycle) Task5 task 5 (P1.21-P1.25LED cycle bright lights out)
Platform: |
Size: 327680 |
Author: 月亮 |
Hits:
Description: 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。
Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,告警信息需编号以logmsg 方式输出。本task 负责系统结束时的Task 删除处理。
Task2:console 命令行接收Task。接收并分析console 发来的命令行及参数。自行设置5 种以上命令,并根据命令的内容向Task3 或/及Task4 发送激励消息。同时实现系统退出命令,使系统采用适当方式安全退出。收到非法命令向Task1告警。
Task3:Led 控制Task。接收Led 控制消息(命令),自定义Led 显示方式表现命令执行情况。本task 应负责led 相关I/O port 初始化。收到非法led 控制命令向Task1 告警。
Task4:console 输出Task。接收需打印输出的字串消息(命令),输出到console。收到长度为0 或超常字串向Task1 告警。-err
Platform: |
Size: 2048 |
Author: 王昊 |
Hits:
Description: ATMEL XMEGA crypto program-task3.
Platform: |
Size: 12288 |
Author: jackey |
Hits:
Description: 代码由FORTRAN开发,用于飞机设计中计算翼型绕流,求解椭圆方程-FORTRAN code from the development, design for aircraft airfoil flow calculation, solution of elliptic equations
Platform: |
Size: 1024 |
Author: 孙智伟 |
Hits:
Description: Her in this application a sample of IO line by line Read/write on text file plus Print text file
Platform: |
Size: 4096 |
Author: obaisi |
Hits:
Description: Student Project#3 in my school
Platform: |
Size: 1024 |
Author: kid1417 |
Hits:
Description: 使用循环神经网络实现SMPCUP2017任务3的用户活跃度预测(Predict the growth value of users via recurrent neural network in SMPCUP 2017 task 3)
Platform: |
Size: 8845312 |
Author: 铸剑小丁 |
Hits: