Renesas REJ10J1837-0100 Network Card User Manual


 
High-performance Embedded Workshop 17. Using the Debugger
REJ10J1837-0100 Rev.1.00 Nov. 16, 2008
278
To disable memory access by GUI when target is executing
1. Select [Debug -> Debug Settings]. The Debug Settings dialog box opens.
2. Select the Options tab.
3. Select the Disable memory access by GUI when target is executing. This checkbox is only enabled if the
feature is supported by the selected target. Selecting a new target will reset this option to the default setting for
the target. Default for this checkbox depends on the target.
4. Click OK.
It does not completely prevent memory access.
Operations in which memory accesses are prevented
In the following operations, handling of memory is disabled or no data will actually be read from or written to
memory in the target if attempted. Values to be shown are dummy values (‘FF’).
o Viewing tooltip watch information in the Editor or Disassembly window in the source mode
o Viewing or modifying the disassembly code in the Editor or Disassembly window in the mixed or
disassembly mode
o Viewing or modifying the memory values in the Memory, IO, or MR window *
Operations in which memory accesses are not prevented
Memory accesses are not prevented in the following operations.
o Executing commands in the Command Line window or command files
o Viewing or modifying the memory values in the Watch window with real-time update enabled *
o Viewing the memory values in the Monitor, Image, or Waveform window with real-time update
enabled *
o Viewing or modifying the memory values in the CWatch or ASMWatch window with real-time RAM
monitor function *
o Viewing the memory values in the RAM Monitor or MR window with real-time RAM monitor
function *
o Viewing or modifying the memory values in the CWatch or ASMWatch window *
o Viewing the memory values in the GUI I/O, Image, or Waveform window *
Note:
*. Support for this function depends on the debugger.
17.1.5 Downloading modules
17.1.5.1
Setting the downloading a program
Once you have made sure that there is memory in your system in which to download your code, you can then proceed
to download a program to debug. The initial selection of download module is automatic with regard to an application
generator, as it is the output from the linker. However, with regard to the debug-only project generator, it is possible for
you to browse to the module that you wish to download. This is outlined in the section 17.1.2, Selecting a debugging
platform.