Other Parts Discussed in Thread: SYSBIOS
Hi TI-driends,
dm8168, rdk3,0
when we use demo code, the command will be executed one by one. And in realistic application, some command like "Core Status: Active/In-active" will be execute inside periodic function to check if the status every core is ok. My question is, is there a problem if we put the command in another function which may be executed with other commands at the same time?