ATSAMD21은 Cortex-M0+ 코어에 최대 48Mhz로 동작 한다.
MCU 성능 측정을 위해 벤치마크 테스트 프로그램을 구동해 보자. Dhrystone, Whetstone 방식으로 테스트 했다.
테스트 코드는 STM32H MCU Dhrystone, Whetstone, IIR Benchmark 성능 테스트 를 이용하였다.
Execution ends : 6.468 Seconds
Microseconds for one run through Dhrystone: 21.56
Dhrystones per Second: 46379.04
VAX MIPS rating = 26.40 DMIPS
------------------------------------------------
Whetstone Benchmark, Version 1.2 (Language: C)
Loops: 1000, Iterations: 1, Duration: 49082 ms.
C Converted Single Precision Whetstones: 2.04 MIPS
4th order float IIR speed benchmark
------------------------------------------------
total number of samples: 15000 duration [us]: 907 ==> speed [kiloSamples/second] : 16.54
생각보다 아쉬운데...
반응형