Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe microc don't do anothers tasks
Hi, I was reading the example code "hello_ucosii.c", but when I modify the code he made only the task1. My code modified is: # include <stdio.h># include "includes.h"# include "system.h"# inc...
Altera_Forum
Honored Contributor
13 years agoI change the priority of the tasks and worked, but I wish that the two tasks were performed simultaneously. Is that possible?