Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:stm8s103 [2015/07/23 20:40]
darron [Pinout]
boards:stm8s103 [2015/07/23 20:45] (current)
darron
Line 12: Line 12:
  
                                        3V3                                        3V3
-USB    RST   TEST-LED                 SWIM+USB    RST   TEST-LED-B5              SWIM
 PWR    BUT   PWR--LED                  GND PWR    BUT   PWR--LED                  GND
                                       NRST                                       NRST
  
 -V  D4  D5  D6  RST A1  A2  GND 5V  3V3 A3 -V  D4  D5  D6  RST A1  A2  GND 5V  3V3 A3
 +</code>
  
-TEST-LED=B5+ 
 +=== LED demo === 
 + 
 +Install [[:tools:stm8flash|STM8Flash]] and [[:tools:sdcc|SDCC]]. 
 +<code> 
 +hg clone http://hg.kewl.org/pub/blinky++ 
 +cd blinky++/STM8S103F3P6 
 +make 
 +make install
 </code> </code>