S32S Code Profiling timings

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32S Code Profiling timings

1,633 次查看
NAA524534
Contributor II

Hi,

We wanted to check if you have any code profile timings values for base drivers available? This is to do timing analysis. If Approximate estimations available also, kindly share .

 

0 项奖励
回复
5 回复数

1,569 次查看
NAA524534
Contributor II

Hi,

Thank you for the explanation. We don't have the micro controller with us yet. Is it possible to analyze without a target?

0 项奖励
回复

1,557 次查看
Lambert_Yang
NXP Employee
NXP Employee

Hi,

It's possible to use an emulator to do that but I don't know if it's available for customers. Please reach out to the NXP contact (sales/FAE/disty) of your company for details.

0 项奖励
回复

1,537 次查看
NAA524534
Contributor II

Hi,

Is it possible to share information information/manual on emulator?

0 项奖励
回复

1,535 次查看
Lambert_Yang
NXP Employee
NXP Employee

Sorry, I don't have it. Please kindly ask for help from your company's NXP contact person. Thank you.

0 项奖励
回复

1,586 次查看
Lambert_Yang
NXP Employee
NXP Employee

Hi Neetigya,

We don't have specific code for measuring S32S247 driver timing. But it's not hard to do that for users.

When doing timing analysis, it's common to use a timer, like STM, to measure time. Compare the timer counter between the starting point and ending point.

This is the basic method for analyzing code efficiency, interrupt firing, core loading, etc.

There are timer examples in the S32S247 SDK package, you can port the code to where you want to do timing analysis.

标记 (2)
0 项奖励
回复