検索条件
全1件
(1/1ページ)
1年以上前に書いたメモそのままです。
XMOS公式サイトから開発ツールをダウンロード。登録が必要なようです。
http://www.xmos.com/products/development-tools
メールでダウンロードURLが送られてきます。
XDE(統合環境/Eclisp)が64bit環境では動かないので、
C:\Program Files (x86)\XMOS\DevelopmentTools\11.2.2\xde_bin\jre
以下に bin や lib といった32bitなJava環境をインストールする必要があります。面倒なので、TiのCCE(同じくEclispによるTi製チップ*1統合開発環境)から
C:\ti\ccsv5\eclipse\jre
を丸コピーして済ませました……。
デバイスをUSBケーブルでつないでから、JTAGをつなぎます。
じゃないと、xflashに失敗して次のエラーで悩みます(汗)
C:\Program Files (x86)\XMOS\DevelopmentTools\11.2.2>xflash d:\usb_audio.xe xrun: Problem in connection to device Error: F03034 Failed to fully run flash inquisitor. Error: F03034 By default xflash will try to connect to a target in order to determine Error: F03034 which flash device is being used even when outputting only to file. To Error: F03034 prevent this connection supply the --noinq option.
参考にしたサイト