Set up the uVision IDE

uVision is an IDE for developing applications for embedded devices. To debug applications, use uVision Simulator, or debug directly on hardware by using St-Link and J-Link.

The Peripheral Registers view in Debug mode shows the current state of peripheral registers. The view is hidden by default.

uVision Simulator

{Bare metal device preferences for uVision Simulator}

To set preferences for uVision Simulator:

  1. Go to Preferences > Devices > Bare Metal.
  2. Select Add.
  3. Select uVision Simulator.
  4. In Name, enter a name for the connection.
  5. In Host, select the host name and port number to connect to the debug server provider.
  6. In Tools file path, enter the path to the Keil toolset configuration file.
  7. In Target device, select the device to debug.
  8. In Target driver, select the driver for connecting to the target device.
  9. Select Limit speed to real-time to limit the connection speed.
  10. Select Apply to add the debug server provider.

{Bare metal device preferences for uVision St-Link}

To set preferences for uVision St-Link or JLink Debugger:

  1. Go to Preferences > Devices > Bare Metal.
  2. Select Add.
  3. Select uVision St-Link or uVision JLink.
  4. In Name, enter a name for the connection.
  5. In Host, select the host name and port number to connect to the debug server provider.
  6. In Tools file path, enter the path to the Keil toolset configuration file.
  7. In Target device, select the device to debug.
  8. In Target driver, select the driver for connecting to the target device.
  9. In Adapter options specify the adapter interface type and speed in MHz.
  10. Select Apply to add the debug server provider.

See also How To: Develop for Bare Metal and Developing for Bare Metal Devices.

© 2024 The Qt Company Ltd. 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.