Benchmark of DP, SP and Int. Arithmetic operations for ARM Cortex M7 MCU, Nucleo-144 Stm32F746 and Stm32F767 (modified from ddown post at "Arduino for STM32") by Jovan Ivković (JovanEps)
Revision 3:12d9e9070739, committed 2017-01-04
- Comitter:
- JovanEps
- Date:
- Wed Jan 04 14:28:09 2017 +0000
- Parent:
- 2:03cf226a5ba3
- Commit message:
- Final ver. 1.0
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jan 04 00:04:46 2017 +0000 +++ b/main.cpp Wed Jan 04 14:28:09 2017 +0000 @@ -1,6 +1,11 @@ //******************************************************** -//** Nucleo-144 Stm32F746 and Stm32F767 benchmark ****** -//** Jovan Ivkovic - 2016 ****** +//** Nucleo-144 Stm32F746 and Stm32F767 benchmark ****** +//** DP, SP and Int Arithemtic ops. ****** +//** modified from ddown post at Arduino for STM32 ****** +//** github.com/ddrown/benchmark.c (Arduino IDE) ****** +//** by ****** +//** Jovan Ivković - 2016. ****** +//** JovanEps (jovan.eps@gmail.com). ****** //******************************************************** #include "mbed.h" DigitalOut myled(LED1);