Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:stm8sd [2015/02/09 23:41] – darron | boards:stm8sd [2015/03/23 02:18] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== STM8s Discovery ==== | ==== STM8s Discovery ==== | ||
- | |||
<wrap right> | <wrap right> | ||
+ | {{: | ||
+ | </ | ||
+ | |||
+ | 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:// | ||
+ | |||
+ | |||
+ | === LED demo === | ||
- | </wrap>{{:boards: | + | Install [[: |
+ | <code> | ||
+ | hg clone http://hg.kewl.org/ | ||
+ | cd miniblink-stm8s | ||
+ | make flash | ||
+ | </ |