MIMXRT1064: Run time CPU usage calculation

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

MIMXRT1064: Run time CPU usage calculation

跳至解决方案
2,177 次查看
zekelandon
Contributor III

Hi,

I am trying to measure the run time statistics for thread running in FreeRTOS for MiMXRT1064-EVK board. I found this information for other board and it was mentioned that calculation differs with respect to #cpuport/board.

Could you help me how to do this for my board?

Regards,

Zeke

1 解答
1,945 次查看
ErichStyger
Senior Contributor V
9 回复数
1,945 次查看
ErichStyger
Senior Contributor V

Hi Zeke,

I see if I can come up with an example of it for you. Just give me some time.

Erich

0 项奖励
1,945 次查看
zekelandon
Contributor III

Hi Erich,

Thank you for the support. Looking forward to hear from you.

Regards,

Zeke

0 项奖励
1,946 次查看
ErichStyger
Senior Contributor V

Hi Zeke,

I have published an example:

FreeRTOS Task Runtime Statistics for NXP i.MX RT1064 | MCU on Eclipse 

I hope this helps,

Erich

1,946 次查看
zekelandon
Contributor III

Hi Erich,

I tried following your tutorial and found the definitions given below.

#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS()   McuRTOS_AppConfigureTimerForRuntimeStats()

#define portGET_RUN_TIME_COUNTER_VALUE()   McuRTOS_AppGetRuntimeCounterValueFromISR()

Are they the internal APIs? But the APIs and definitions being used are not available for me.

  • configGENERATE_RUN_TIME_STATS_USE_TICKS
  • McuRTOS_AppConfigureTimerForRuntimeStats()
  • McuRTOS_AppGetRuntimeCounterValueFromISR()

Could you please clarify me on the above mentioned items in terms of NXP MCUXpresso SDK?

Regards,

Zeke

0 项奖励
1,946 次查看
ErichStyger
Senior Contributor V

They are not part of the FreeRTOS delivered with the SDK (it does not support the Systick as performance counter): you can ignore these as you can use the timer. You still need to configure the timer (of course).

0 项奖励
1,946 次查看
zekelandon
Contributor III

Hey Erich,

Thank you. I was able to do it.

Regards,

Zeke

0 项奖励
1,946 次查看
FelipeGarcia
NXP Employee
NXP Employee

Hello Zeke,

 

Same procedure should work for your board as well. If you have any further question please let me know.

 

Best regards,

Felipe

0 项奖励
1,946 次查看
zekelandon
Contributor III

Hey Felipe,

I followed the tutorial but I am unable to setup as my device does not have

the timer/driver mentioned. Could you help me how to do the same with

hardware available in my board?

Regards,

Zeke

Thanks

0 项奖励
1,946 次查看
FelipeGarcia
NXP Employee
NXP Employee

Hello Zeke,

 

You could use a different timer such as Quad Timer (TMR) instead. There are some examples included I our SDK that could help you to understand the basic configuration.

 

Regards,

Felipe

0 项奖励