Using the µVision Socket Interface  Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Target Debug Codes

Enumerations

enum  UV_TARGET {
  UV_TARGET_HW = 0,
  UV_TARGET_SIM = 1,
  UV_TARGET_END
}
 

Description

Enumeration Type Documentation

enum UV_TARGET

Debug target type definition

Indicates how uVision will debug the target when debug mode is entered.

Enumerator
UV_TARGET_HW 

Target will be debugged using the specified hardware debugger.

UV_TARGET_SIM 

Target will be debugged using the uVision simulator.

UV_TARGET_END 

Always at end.