やっぱARMっしょ2

このエントリーをはてなブックマークに追加
415774ワット発電中さん
ET2009
無料でゲットしたもの
STM8評価ボード
デザインウェーブCortexM3付属号
416774ワット発電中さん:2009/11/19(木) 15:17:26 ID:Gd7PKlUX
>STM8評価ボード
ってどんなの?
417774ワット発電中さん:2009/11/19(木) 15:26:52 ID:GzFjpyzm
STM8S Discoveryって書いてある
418774ワット発電中さん:2009/11/19(木) 17:10:38 ID:NtPWjCNz
STMicroelectronics STM8S-Discovery Kit


The STMicroelectronics STM8S-Discovery
Kit is the cheapest and quickest way
to discover the STM8S, to build and deb
ug the application, and to program and
use the device. The STMicroelectronics
STM8S-Discovery Kit is a quick-start ev
aluation board based on the STM8S105C6T
6. It includes the embedded debugger ST
-LINK and one touch-sensing button will
which help you to discover the STM8 fe
atures. Plug STMicroelectronics STM8S-D
iscovery Kit into a PC through a standa
rd USB cable, and run the proposed exam
ple. Once the debugger is open, you wil
l see the real-time execution of the co
de. Numerous applications are available
in order to learn, reuse and modify co
des for a fast time to proof-of-concept
or demonstration. It will satisfy hobb
yists, developers, students and support
teams. Based on examples, you will fin
d STMicroelectronics STM8S-Discovery Ki
t indispensable.
419774ワット発電中さん:2009/11/21(土) 00:37:48 ID:DPqLP2U7
STM8とりあえず動かしてみた。ARMじゃないけど、そっけないくらいに
スタンダードな構成のマイコンだった。唯一BEEPピンが珍しいかな。
デバイス・レジスタは全部メモリマップで、データ24bit・コード24bit・
スタック16bit別々のハーバード構成。

開発方面はIDEはコンパイラのアクティベーションが面倒だが、まあこれも
普通の使い勝手。世がEclipseなデコレーション環境になってきてる今だと
素朴なくらい。

Cで書いてる分にはどうでもいいが、フラットなメモリ空間だけど
ページとかセクションの概念があって使える命令も違う。これが
建て増しの結果なのかコードサイズ縮小のためなのかは知らない。
命令ではJRF(Never Jump)の意義がわからない(NOPはちゃんと別にある)。

検索しても日本語はおろか英語でもSTMicroのリリース文ばかり引っかかって
情報がまるでないのにはまいった。欧州で強いのかと思いきやマイナー?

配布されたSTM8-Discoveryキットは真ん中で折ると他のSTM8のISP/debug
アダプタに使える。今後STM8を手にする機会があるかは微妙だが・・・

STMの人に「オクに出さないでね」とか言われたので感想書いてみた。