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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-12 1:49 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-12 2:14 AM
> 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.
