HI Daniel,
I try the sample code and works fine.
Then, I change to my code and behavior is wrong.
1) If I use the different priority, it will only print it for higher priority task.
2) If I just print the message on two tasks with same priority, it print the message for one, not two...
Only way to print the message properly is to use mutex with same priority on both tasks.
I use a lot in bare-metal environment and using PRINTF for my debug. I have to use MbedTLS for https server and client, looks like I have to use Free RTOS instead of bare-metal environment. I have the following questions:
1) What is the best way to debug the my application in RTOS?
2) I have one task to read https server page by using https client, it will take around 1 or 2s. Can you tell me how set up the task?
Thanks,
Christie
Questions: