Part Number:RM48L952
请问RM48L952是否支持多线程?比如应用程序创建两个进程A和B:当进程A出现异常卡滞时,不影响进程B正常运行,并且进程B可以将进程A终止并重启。
如果支持的话,能否给提供一个demo。
谢谢。
May I ask if RM48L952 supports multithreading? For example, an application creates two processes A and B: when process A experiences abnormal lag, it does not affect the normal operation of process B, and process B can terminate and restart process A.
If supported, could you provide a demo.
Thank you.
Ben Qin:
你好,我咨询下相关工程师后回复您。
,
Ben Qin:
你好,参考下下面的回复:
This device is a lockstep CPU device. Effectively, there is one CPU core doing all the work and the second core is operating in lockstep and used a diagnostic to check for faults in the primary CPU. In short, it is still a single core architecture but with high diagnostic capability. There are no ways to perform parallel operation. This, doesn't, in itself limit multi-threading but means you would need to implement an RTOS to manage the threading (in reality it is time slicing).