Problem with creating task on k64 boards

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Problem with creating task on k64 boards

524 次查看
Nileena
Contributor I

While creating two different tasks of same priority, only printf in task1 is working. After some delay function in 1, it works for only one time and  task2 printf works for like 3 or 4 time then again back to task1 . Can someone please help me to solve this since I am new to this. Thank you 

0 项奖励
回复
1 回复

509 次查看
ErichStyger
Specialist I

Have you made sure that you are using a reentrant version of printf(), or that you use it in a reentrant way?

0 项奖励
回复