Codewarrior P1021 Trace and Profile plugin

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

Codewarrior P1021 Trace and Profile plugin

430 Views
sarathchandra
Contributor III

I am working on code optimisation.

In that scenario I need a profiling.

But for P1021 in codewarrior Trace and Profiling is enabled but in next it showing like "hardware not support".

Is there any other way to go a head.

 

 

 

Regards,

Sarath

Labels (1)
0 Kudos
1 Reply

272 Views
yipingwang
NXP TechSupport
NXP TechSupport

Profiler support is not available in CodeWarrior development system for e500v2 processors as it is for e500mc processors. Profiler support for e500v2 based processors is available but would have to be adapted from the example project C:\Program Files\Freescale\CW PA v10.3\PA\CodeWarrior_Examples\Bareboard_Examples\e500mcPerformanceMonitor_eabi. This project makes use of the e500 Performance monitor event counters and is intended to be run as a standalone bareboard project. Referring to this project, you need to write or customize your own code to make use of these PM registers to count and report selected events.

0 Kudos