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
Next revision Both sides next revision
boards:minikit [2015/07/21 09:09]
darron
boards:minikit [2015/07/23 20:51]
darron
Line 7: Line 7:
 a [[:interfaces:stclone|SWIM]]  compatible programmer to utilise. a [[:interfaces:stclone|SWIM]]  compatible programmer to utilise.
  
-The silkscreen names these the STM8 Minikit 20 but the product +There is a `DE' mark on the board which may suggest that Danger
-page at Danger Electronics names it the STM8S. +
- +
-There is a `DE' mark on the board which may confirm that Danger+
 Electronics is the manufacturer, however, DE says the device is an Electronics is the manufacturer, however, DE says the device is an
 STM8S103 but it's actually an STM8S003. STM8S103 but it's actually an STM8S003.
 +
 +The silkscreen also names these the STM8 Minikit 20 but the product
 +page at Danger Electronics names them the STM8S.
 +
 +=== Pinout ===
 +<code>
 +    VDD SWIM GND NRST   USB
 +RST                     PWR
 +BTN
 +                    VIN GND
 +
 +PD4          LED1         PD3
 +PD5          LED2         PD2
 +PD6                       PD1
 +RST                       PC7
 +PA1                       PC6
 +PA2                       PC5
 +GND                       PC4
 +VCAP      VDD VDD         PC3
 +VDD       GND GND         PB4
 +PA3                       PB5
 +</code>
 +
 +=== LED demo ===
 +
 +Install [[:tools:stm8flash|STM8Flash]] and [[:tools:sdcc|SDCC]].
 +<code>
 +hg clone http://hg.kewl.org/pub/blinky++
 +cd blinky++/STM8S_Minikit_20
 +make
 +make install
 +</code>
  
 === Resources === === Resources ===
 [[http://item.taobao.com/item.htm?spm=2013.1.1998246701.3.UUxbS4&scm=1007.10152.5639.i18323182778&id=21072971920&pvid=19cbb386-bb93-4162-a04b-f0fce66f0191|Product page]] [[http://item.taobao.com/item.htm?spm=2013.1.1998246701.3.UUxbS4&scm=1007.10152.5639.i18323182778&id=21072971920&pvid=19cbb386-bb93-4162-a04b-f0fce66f0191|Product page]]