2023-04-20 01:53 AM
2023-04-20 02:34 AM
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 ?
2023-04-20 02:34 AM
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 ?
2023-04-20 07:13 AM
Setting the caches ON and speculation enabled, took to figure to 1352, -Os to -O2 to 1868 and taking the frequency to 550MHz to 2136. Running from ITCMRAM will not be a practical option. That is a good result. Many thanks for the help.
2023-04-20 07:24 AM
ST also probably uses a "better" compiler, most probably IAR.
JW