Problem with creating task on k64 boards

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem with creating task on k64 boards

410 Views
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 Kudos
Reply
1 Reply

395 Views
ErichStyger
Senior Contributor V

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

0 Kudos
Reply