cancel
Showing results for 
Search instead for 
Did you mean: 

STM8L vs MSP430 5 Series comparision

elil
Associate III
Posted on November 10, 2010 at 18:58

STM8L vs MSP430 5 Series comparision

#stm8s-stm8l-rtos
2 REPLIES 2
Andrew Neil
Chief II
Posted on May 17, 2011 at 15:11

The thing is, the actual performance achieved in your actual system probably depends far more on the nature of your particular application than any figure that any manufacturer can quote!

disirio2
Senior
Posted on May 17, 2011 at 15:11

Hello,

I think you also posted on a newsgroup about this.

On this page there are benchmark results on various architectures, including STM8 and MSP430.

http://chibios.sourceforge.net/dokuwiki/doku.php?id=chibios:metrics

Note that the benchmarks are not optimized for the STM8 architecture because zero page variables are not used, it is generic code, in real world applications the STM8 would perform even better by optimizing the code to use page zero variables.

About 16 bits arithmetics, it is not a problem on the STM8 because the architecture supports operations on 16 bits registers so it performs better in that area than pure 8bits architectures.

best regards,

Giovanni

---

http://chibios.sourceforge.net/dokuwiki/doku.php?id=start