このページでは

uVision IDEの設定

uVisionは、組み込みデバイス向けアプリケーションを開発するためのIDEです。アプリケーションのデバッグには、uVisionシミュレータを使用するか、St-LinkやJ-Linkを使用してハードウェア上で直接デバッグを行います。

デバッグモードの「Peripheral Registers 」ビューには、周辺機器レジスタの現在の状態が表示されます。このビューはデフォルトでは非表示になっています。

uVisionシミュレータ

「デバイス」設定の「ベアメタル」タブにある uVision シミュレータ

}

uVision Simulatorの設定を行うには:

  1. Preferences 」>「Devices 」> Bare Metal
  2. Add 」を選択します。
  3. uVision Simulator 」を選択します。
  4. Name 」で、接続の名前を入力します。
  5. Host で、デバッグサーバープロバイダに接続するためのホスト名とポート番号を選択します。
  6. Tools file path で、Keil ツールセットの設定ファイルへのパスを入力します。
  7. Target device で、デバッグするデバイスを選択します。
  8. Target driver で、ターゲットデバイスに接続するためのドライバを選択します。
  9. 接続速度を制限するには、[Limit speed to real-time ] を選択します。
  10. Apply を選択して、デバッグサーバープロバイダを追加します。

「デバイス」設定の「ベアメタル」タブにある uVision St-Link

uVision St-Link または JLink デバッガの設定を行うには:

  1. Preferences 」>「Devices 」> Bare Metalを選択します。
  2. Add 」を選択します。
  3. uVision St-Link or uVision JLink 」を選択します。
  4. Name 」で、接続の名前を入力します。
  5. Host で、デバッグサーバープロバイダに接続するためのホスト名とポート番号を選択します。
  6. Tools file path で、Keil ツールセットの設定ファイルへのパスを入力します。
  7. Target device で、デバッグするデバイスを選択します。
  8. Target driver で、ターゲットデバイスに接続するためのドライバを選択します。
  9. Adapter options 」で、アダプタインターフェースの種類と速度(MHz)を指定します。
  10. Apply 」を選択して、デバッグサーバープロバイダを追加します。

Bare Metal 向けの開発方法」および Bare Metal デバイス向けの開発も参照してください

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.