S32S Code Profiling timings

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32S Code Profiling timings

946 Views
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 Kudos
5 Replies

882 Views
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 Kudos

870 Views
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 Kudos

850 Views
NAA524534
Contributor II

Hi,

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

0 Kudos

848 Views
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 Kudos

899 Views
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.

0 Kudos