Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hsgw/b54d4825f2e0c30f39e18cafd8d93d2d to your computer and use it in GitHub Desktop.
Save hsgw/b54d4825f2e0c30f39e18cafd8d93d2d to your computer and use it in GitHub Desktop.

windows上でstm32搭載のキーボードのファームウェアを書き換える際、usb-dfuブートローダのドライバを入れ替える必要があります。

手順

  1. zadigをダウンロード、解凍する。(https://zadig.akeo.ie/)
  2. キーボードをbootloaderモードでPCに接続する
    (この段階ではSTM Device in DFU Modeとして認識されているはず)
  3. zadigを起動してOptions → List All devicesにチェック
  4. STM Device in DFU Modeを選択して、WinUSBをインストールする
  5. 再度キーボードをbootloaderモードでPCに接続。
    (STM32 Bootloaderとして認識されていればOK)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment