2015-10-06 06:13 AM
Hello All
We have stm32f4 in a product running 168MHZ now switching to stm32f7 running At 168 MHz, the STM32F405/415 deliver 210 DMIPS/566 CoreMark performance executing from Flash memory, for stm32f7 ; At 216 MHz fCPU, the STM32F745 delivers 1082 CoreMark / 462 DMIPS performance executing from Flash I could not understand how much is the M7 is faster from M4 ; for example the same routine for both ; how much is it faster ? for a valid hardware and software ( M4) ; can we use for M7 ? Thank you in advanced2015-10-06 06:58 AM
Hi,
I could not understand how much is the M7 is faster from M4; for example the same routine for both; how much is it faster? To reply to your question have a look to the application note.For a valid hardware and software ( M4) ; can we use for M7 ?
http://www.st.com/web/en/resource/technical/document/application_note/DM00164538.pdf
application note provides guidelines on hardware and software migration.-Syrine-2015-10-06 07:22 AM
How long is a piece of string?
Don't know, measure it. All these things are dependent on the code and algorithm in question, and how it interacts with memory, etc. The only benchmark that matters is the one you make on your own code, under conditions that match the expected use cases.