STM32F413_CoreMark

所属分类:处理器开发
开发工具:C/C++
文件大小:8553KB
下载次数:9
上传日期:2017-05-31 22:58:10
上 传 者西门吹雪123
说明:  Stm32f413的coremark跑分,是stm32f4系列最新的,功耗很低
(Stm32f413 coremark)

文件列表:
STM32F413_CoreMark\.mxproject (4424, 2016-12-18)
STM32F413_CoreMark\coremark\coremark.h (4377, 2016-12-18)
STM32F413_CoreMark\coremark\core_list_join.c (14651, 2016-12-11)
STM32F413_CoreMark\coremark\core_main.c (12503, 2016-12-18)
STM32F413_CoreMark\coremark\core_matrix.c (8097, 2016-12-11)
STM32F413_CoreMark\coremark\core_state.c (7186, 2016-12-11)
STM32F413_CoreMark\coremark\core_util.c (5171, 2016-12-11)
STM32F413_CoreMark\coremark\stm32\core_portme.c (3937, 2016-12-18)
STM32F413_CoreMark\coremark\stm32\core_portme.h (4888, 2016-12-11)
STM32F413_CoreMark\coremark\stm32\plat_hardware.c (396, 2016-12-18)
STM32F413_CoreMark\coremark\stm32\plat_hardware.h (630, 2016-12-18)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f401xc.h (717928, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f401xe.h (717928, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f405xx.h (1225620, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f407xx.h (1341367, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f410cx.h (600772, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f410rx.h (601081, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f410tx.h (596222, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f411xe.h (721425, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f412cx.h (1161399, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f412rx.h (1248304, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f412vx.h (1248304, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f412zx.h (1248376, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f413xx.h (1303432, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f415xx.h (1249280, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f417xx.h (1364627, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f423xx.h (1314595, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f427xx.h (1441352, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f429xx.h (1469780, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f437xx.h (1465527, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f439xx.h (1493179, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f446xx.h (1371335, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f469xx.h (1742467, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f479xx.h (1766127, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h (10796, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h (3848, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f401xc.s (26395, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f401xe.s (26391, 2016-12-01)
STM32F413_CoreMark\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f405xx.s (29768, 2016-12-01)
... ...

#Readme: How to transplant coremark to stm32 platform? 1. Add hardware init code to function portable_init() in file core_portme.c eg. GPIO, USART, TIMER configurations and retargets printf() 2. Configure a timer , get an interrupt per millisecond 3. Modify macro GETMYTIME() in file core_portme.c, to get current time (in ms) 4. Modify macro EE_TICKS_PER_SEC to 1000, 1 ms interrupt means 1000Hz Ticks 5. Add macro ITERATIONS, usually define to 10000 ~20000 6. Modify macro COMPILER_VERSION and COMPILER_FLAGS in core_portme.h, to indicate compiler version and flags, used for print out to user OK, it's done!

近期下载者

相关文件


收藏者