cancel
Showing results for 
Search instead for 
Did you mean: 

I Would like to use The STM32H743/753 processor that running up to 480 MHz. I'm Trying to figure if the processor will Succeed to run an Algorithm that contains X sum and multiplications in one sec. Is there any calculation that evaluate if its possible?

Pkats.1
Associate II
 
1 REPLY 1
Ozone
Lead

> I'm Trying to figure if the processor will Succeed to run an Algorithm that contains X sum and multiplications in one sec.

Your requirement is not very clearly stated.

> Is there any calculation that evaluate if its possible?

Short of trying an an actual device, not really.

Factors like interrupt load, bus load, cache size, code/data structures and locations will affect the actual performance as well.