MIMXRT1060-EVK coremark score questions

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

MIMXRT1060-EVK coremark score questions

1,085 Views
ilya_kogan
Contributor I

Hardware: MIMXRT1060-EVK.

I used modifed evkmimxrt1060_gpt_timer example (MCUXpresso IDE v10.3.0) to get coremark score.

CPU clock is changed to 528MHz. Got following results:

Executed fromAddressCoremark scoreOptimization
OCRAM (BOARD_SDRAM)0x202000002127O3
ITCM02069O3
DTCM0x200000002083O3
SDRAM0x800000002143O3
SDRAM0x80000000425O0
SDRAM0x800000001515O1
SDRAM0x800000001515O2
FlexSPI/ QSPI flash
(BOARD_FLASH)
Advanced High-performance Bus?
0x600000002149O3

For everything but SDRAM CMSIS-DAP was used, and for SDRAM - a J-LInk

probe with evkmimxrt1060_sdram_init.jlinkscript (with defined SKIP_SYSCLK_INIT).   

A few questions/observations based on the table above:

- the scores are way below 3000 even for the reduced clock frequency

- is it really possible to execute code from DTCM?

- why QSPI flash produces the best performance?

- why TCM performance is worse than SDRAM?

0 Kudos
3 Replies

887 Views
jay_heng
NXP Employee
NXP Employee

You can refer to my coremark project for RTs

cortex-m-apps/apps at master · JayHeng/cortex-m-apps · GitHub 

- RT1020 Coremark score - ITCM:
CoreMark 1.0 : 2514.968510 / IAR EWARM v7.80.4 High - Speed - No size constraints / STACK
CoreMark 1.0 : 2460.495287 / IAR EWARM v8.20.2 High - Speed - No size constraints / STACK

- RT1050 Coremark score - ITCM:

CoreMark 1.0 : 3017.962213 / IAR EWARM v7.80.4 High - Speed - No size constraints / STACK
CoreMark 1.0 : 2952.594345 / IAR EWARM v8.20.2 High - Speed - No size constraints / STACK

0 Kudos

887 Views
ilya_kogan
Contributor I

Thank you. Unfortunately I don't have access to the IAR IDE. It may be a compiler issue (I presume you're using optimization as well). I'm hoping NXP will answer all my questions.

Ilya

0 Kudos

887 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi llya Kogan,

   Please download the IAR IDE from this website:

IAR Embedded Workbench 

   Then follow Jay's recommended code, and test it on your side.


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos