Solved
STM32H723: How to achieve the Coremark figure? The published figure is 2778 at 550MHz. My implementation of Coremark at 480Mhz is a mere 327 with GCC ver10.3.1 and the default MX configuration. Is there an article on how to get full speed?
..
..
just guessed: set optimizer -O2 or -Ofast ;
in Cube set caches ON and speculation default : enabled ;
if still "slow" , move test program to ITCMRAM and run there.
which optimizer setting you tried ? and cache setting ?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.