Difference between revisions of "Benchmark de MCU pour l'IoT"

From air
Jump to navigation Jump to search
(Created page with "L'objectif de ce projet est d'étendre le benchmark CoreMark pour des applications embarquées sur un panel de microcontroleurs (MCU) 32 bits munis ou non de coprocesseurs sp...")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
* https://www.eembc.org/coremark/
 
* https://www.eembc.org/coremark/
  +
* https://www.eembc.org/iotmark/
 
* https://github.com/PaulStoffregen/CoreMark
 
* https://github.com/PaulStoffregen/CoreMark
  +
  +
==Installation==
  +
  +
git clone https://github.com/PaulStoffregen/CoreMark.git
  +
cd CoreMark
  +
open with Arduino IDE
  +
  +
  +
==Pour le banc d'essai avec les MCU STM32==
  +
Suivre le tutoriel d'installation de [https://github.com/stm32duino/wiki/wiki/Getting-Started STM32Duino]
  +
  +
==Résultats==
  +
* Nucleo F411RE : 244

Latest revision as of 23:42, 4 November 2019

L'objectif de ce projet est d'étendre le benchmark CoreMark pour des applications embarquées sur un panel de microcontroleurs (MCU) 32 bits munis ou non de coprocesseurs spécialisés (Crypto, Deep Learning, ...). Les extensions pourront comporter des fonctions cryptographiques, de ML, d'interpréteurs langages (microPython, JerryScript ...).

Installation

git clone https://github.com/PaulStoffregen/CoreMark.git
cd CoreMark
open with Arduino IDE


Pour le banc d'essai avec les MCU STM32

Suivre le tutoriel d'installation de STM32Duino

Résultats

  • Nucleo F411RE : 244