Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
boards:stm8sd [2015/02/09 23:40]
darron created
boards:stm8sd [2015/03/23 02:18] (current)
darron
Line 1: Line 1:
 ==== STM8s Discovery ==== ==== STM8s Discovery ====
 +<wrap right>
 +{{:boards:stm8sd.jpg?200}}
 +</wrap>
  
 +The STM8S discovery is an evaluation board for the STM8 MCU.
  
 +As with all STM evaluation boards there is lengthy list of restrictions in place regarding what you can and can't do with an evaluation board. See [[http://www.st.com/st-web-ui/static/active/en/resource/legal/legal_agreement/license_agreement/EvaluationProductLicenseAgreement.pdf|this]] document.
 +
 +
 +=== LED demo ===
 +
 +Install [[:tools:stm8flash|STM8Flash]] and [[:tools:sdcc|SDCC]].
 +<code>
 +hg clone http://hg.kewl.org/pub/miniblink-stm8s
 +cd miniblink-stm8s
 +make flash
 +</code>