Processor load in S32k14

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

Processor load in S32k14

580 Views
juliana_rojas30
Contributor III

Hello community,

I need to know how much of my processor consumes the application I have in my S32k144.

I found here that the solution provided by NXP was limited to RTOS use. Is there another way of checking the processor load in my S32k144, besides using RTOS?

Thanks in advance.

0 Kudos
1 Reply

558 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Juliana,

 

let me re-use answer which I wrote somewhere short time ago:

 

There’s no such feature in S32DS and there’s no hardware support in ARM core on S32K devices.

Performance Monitor unit is available in some MPC5xxx devices with e200z7 core, for example. It allows us to monitor number of selected events like number of branches, cache hits and many others. But there’s no such unit on S32K.

It could be implemented on software level. If an OS is used, you can monitor time spent in idle task or something like that.

 

Regards,

Lukas

 

0 Kudos