C6000 Debugger | 58
©
1989-2022
Lauterbach
C64x+ specific SYStem Commands
SYStem.Option.TargetServer
Use target server from Texas Instruments
Default: ON.
This option forces the debugger to use the target server from Texas Instruments for all activities. It avoids
accelerated procedures and activates a more powerful error handling. This option should be used if the
debugger shows any unstable behavior.
SYStem.Option.TURBO
Use DMA for write accesses
Default: OFF.
If TURBO is enabled the debugger uses a DMA channel of the DSP to write data to the DSP memory area.
This option doubles the download rate. In case the user application uses the same DMA resource, the
transfer will not work. Therefore we recommend to use that option for downloading data after reset at the
beginning of a debug session, only.
Format:
SYStem.Option.TargetServer
[
ON
|
OFF
]
Format:
SYStem.Option.TURBO
[
ON
|
OFF
]