How do I calculate time for certain functions in MPC5777C?

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

How do I calculate time for certain functions in MPC5777C?

ソリューションへジャンプ
760件の閲覧回数
InhyeokHwang
Contributor III

I am using s32ds power architecture 2.1 and I am currently trying to calculate encryption/decryption time for cse project.

I tried using time.h but I don't think it works in s32ds.

Is there any way I can do?

タグ(1)
0 件の賞賛
1 解決策
737件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

I was referring to core reference manual, not uC reference manual.

https://www.nxp.com/files-static/32bit/doc/ref_manual/e200z759CRM.pdf

Best regards,

Peter

元の投稿で解決策を見る

0 件の賞賛
4 返答(返信)
745件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

You can use for example external tool like Trace device to see the execution of instructions.

Or you use performance monitor located on core:

petervlna_0-1675753979913.png

Please refer to the Chapter 8 Performance Monitor of core reference manual.

Best regards,

Peter

0 件の賞賛
742件の閲覧回数
InhyeokHwang
Contributor III

Is the manual for MPC5777C? because I don't think I have the same reference manual as yours. Mine says System Integration Unit for chapter 8

0 件の賞賛
738件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

I was referring to core reference manual, not uC reference manual.

https://www.nxp.com/files-static/32bit/doc/ref_manual/e200z759CRM.pdf

Best regards,

Peter

0 件の賞賛
731件の閲覧回数
InhyeokHwang
Contributor III

Thanks.

0 件の賞賛