2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

FAIL.TXT "The interface firmware FAILED to reset/halt the target MCU"の対策

Posted at

事象

.binファイルをmbedドライブにコピーしても、正常にプログラムが入らない模様。
FAIL.TXTが生成されて、その中身をみると
The interface firmware FAILED to reset/halt the target MCU
と書かれている。

原因

Windows 10が、mbedドライブに隠しファイルを作成しているのが作用している。

対策

ローカルグループポリシーエディター(gpedit.msc)で、
コンピュータの構成 > 管理用テンプレート > Windowsコンポーネント > 検索
にある、
リムーバブルドライブ上の場所のライブラリへの追加を許可しない
を有効にする。

20170708B.png

参考

Prevent System Volume Information folder creation on USB in Windows 10 / 8.1

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?