Hi All,
I've tried to unblock a task by calling a _task_ready() function. But it's not working.
I think which my problem is on _task_ready(*) parameter (what I put at *). So, let me show you my task_template:
I've tried to call as _task_ready((TASK_FPTR)Task1_task); but it doesn't work.
So, how should I call _task_ready function to unblock the Task1, that has blocked itself?
Thanks,
解決済! 解決策の投稿を見る。
Hi,
Attached you can find an example where I use _task_ready succesfully.
Hope it helps.
Carlos
Thank you, Carlos!
I've found the solution at your code.