fl::target

Defines the target configuration settings.

Syntax
target
target <setting> ...
target ls [p|c]
Options

The following table lists and defines options of the fl::target command.

Table 1. fl::target Command-line debugger command - Options
Command Description
<none> With no options, lists the current settings.
<setting> Used to set a configuration setting. Possible values are: -c <conn>, -p <proc>, -ie on|off , -i <initfile>, -b <addr> [<size>] , -v on|off , -l on|off
-lc <launch configuration name> Sets the launch configuration that will be used.
-c <conn> Sets the connection to <conn> .
-p <proc> Sets the processor to <proc> .
-ie on|off Enables or disables the initfile set by -i.
-i <initfile> Sets the target initialization file to <initfile> . Only used if -ie is on.
-b <addr> [<size>] Sets the target RAM buffer for downloading image data to begin at <addr> with <size> bytes, both given in hex.
-v on|off Sets the target memory verification on or off.
-l on|off Enable or disable logging.
ls [p|c] Lists the supported processors and/or the available connections.
Examples
target

Lists the current settings.