Part Number: TDA4VMXEVM
I am writing a multi-tasking program running on R5F--mcu2_0. I have a few questions that are not very clear. Come and ask everyone:
1. When outputting log, why the log in main () function cannot be output, but the log in task function can be output and viewed;
2. How to use Task_sleep () in sys / bios, for example, I want to sleep for 10 milliseconds, Task_sleep (10 * 1000 / Clock_tickPeriod)?
3. I created three tasks, the priority of the tasks is the same, but when executing, one task is always outputting log, other tasks have no log output, but I call Task_yield () in the task, three tasks will Normal switch execution will output log.
Thanks.