Question
Perfomance Differences between evaluation boards
Posted on May 09, 2013 at 15:51
Hi All ,
Our company is a proud owner of a STM32f4 evaluation board ( cortex M4F) , We recived another evaluation board for our client that is (ARM7TDMI board). Before starting the migration to the ARM7 evalution board, we want to know if the hardware is strong enough for us,so we wont waste anytime to discover it later. Our project utilize many DSP algorithems (that takes advantage of the FPU) , heavy usage of SDIO , and of course around 1 megabyte of memory . So , i was thinking to do the following tests on both evaluation boards ,and see the performance differences between them : Math : Addition , Subtraction,Division,Multiplication , Abs and Sqrtf . It will run i a loop ( and ofcoure only float numbers will be used). SDIO : read/write a 2 kilobyte buffer in a loop Memory : read/write to the external and interal RAM in a loop. In your opinion , do this results will give as any indication about the performance differneces ,and what to expect from the ''real'' project ? if not what more test should i conduct ? Thanks Michael #benchmarks