Enables you to specify advanced settings for the selected connection type.
The following table lists the available options in the Advanced tab.
| Option | Description |
|---|---|
| Advanced TAP settings | |
| Disable synchronous clocking | Check this option to have the debugger use a standard (slow) procedure to write to memory on the target system. Clear this option to have the debugger use an optimized (fast) download procedure to write to memory on the target system. The fast download mechanism is used by default when writing to target memory. Check this option if the fast download procedure results in load failures. |
| Target connection lost settings | |
| When an active connection is lost, do the following: | |
| Try to reconnect | Select if you want to reconnect to the target if the connection is lost. |
| Timeout (seconds) | Provide the time (in seconds) till you want to reconnect to the target. |
| Terminate the debug session(s) | Select if you want to terminate the debug section if the connection to target is lost. |
| Ask me | Select if you want the application to prompt you whether to terminate or reconnect if the target connection is lost. |
| Advanced CCS settings | |
| CCS timeout (seconds) | Enter the number of seconds after which you want the debugger to treat CCS as unresponsive. The debugger treats the time interval that you specify as a window of validity in which CCS must complete debugger requests. If CCS does not complete the requests during the specified time interval, the debugger treats CCS as unresponsive. For example, you might specify 30 seconds to give intensive CCS operations enough time to succeed during a debugging session. You do not want to wait for 30 seconds for the initial connect operation, if you mistyped the Ethernet TAP probe's IP address, or forgot to turn on the target hardware. For these reasons, the debugger treats the specified value differently for initial-connect operations. |
| Enable logging | Check this option to have the debugger output connection protocol activity to a console in the Console view. Clear this option if you do not want the debugger to output connection-protocol activity to a console. |