How to Measure Core Usage - S12x and Xgate

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to Measure Core Usage - S12x and Xgate

1,319件の閲覧回数
subashr
Contributor III

Recently I had moved the CAN driver working out of s12x core to xgate. I want to measure the difference of core usage before and after this

ラベル(1)
タグ(3)
1 返信

1,183件の閲覧回数
iggi
NXP Employee
NXP Employee

Well, there is no HW tool to do such a measurement, so you would need to do it by software.

Some examples you can find at the link below:

How to calculate CPU utilization | Embedded

As you may already know, the XGATE is a generic RISC CPU core and it is intended to be used as auxiliary core to unload the S12X CPU (main core). It works as an event triggered co-processor, mainly used for processing the interrupt events.

I hope you'll find this information useful.

Regards,

iggi