Help with _task_ready

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Help with _task_ready

ソリューションへジャンプ
1,264件の閲覧回数
wendersonolivei
Contributor IV

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:

Capturar.JPG.jpg

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,

ラベル(1)
0 件の賞賛
返信
1 解決策
1,037件の閲覧回数
Carlos_Musich
NXP Employee
NXP Employee

Hi,

Attached you can find an example where I use _task_ready succesfully.

Hope it helps.

Carlos

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,038件の閲覧回数
Carlos_Musich
NXP Employee
NXP Employee

Hi,

Attached you can find an example where I use _task_ready succesfully.

Hope it helps.

Carlos

0 件の賞賛
返信
1,037件の閲覧回数
wendersonolivei
Contributor IV

Thank you, Carlos!

I've found the solution at your code.

0 件の賞賛
返信