Question:
How to dump specific memory contents to a file in CCES
Answer:
The first step is to build the application, connect the session and enter into debug mode. Open the Memory browser window by selecting the below option,
Window> Show view> Memory Browser
1.Click "Dump Memory" on the view toolbar.
The Dump Memory dialog box appears.
2.Enter the output file settings
i. Select the file type from the file type drop-down list.
ii. In File name, enter the location and name of the file. Alternately, click ... to browse for the file.
iii. Select the file format from the File format drop-down list.
3.Enter the memory settings
i. In Address, enter the address in memory from where we need to start dumping. Alternately, click ... to browse for the address.
ii. In Memory, if the address belongs to multiple memory segments, select the appropriate segment from the drop-down list.
iii. In Count, enter the number of data values to dump.
iv. In Stride, enter the number of data values to the next data value to be dumped. The default value is 1, which corresponds to continuous data.
4. Click OK.
Now User can get the dumped data into a selected file.