Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCrash and semaphores
Hi, when I make three tasks synchronized by semaphores (the tasks do nothing, they only make a Post and then a Pend to pass the control each other), after a number of iterations (this number i...
Altera_Forum
Honored Contributor
15 years agoA task can kill itself with OsTaskDel(OS_PRIO_SELF);
After this call the task will be deleted. Did you see any improvement by using this semaphore to make the standard output thread safe?