Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

5.1

...

Source Code File Viewer

Data from code files and flash memory can be viewed and compared in the Data Viewer. Contents of a selected code file can be viewed by selecting the View→Code File Data option. The Code data viewer, shown in Figure 5.1 and Figure 5.2, displays the code address on the left side, data in hex format in the central column, and the same data in ASCII format in the right column. Contents can be viewed using addressing by byte, 2 bytes, 4 bytes, or 8 bytes. When selecting addressing greater than one byte, the Little-Endian and Big-Endian ordering is also selectable. Lastly, for larger memories, and for viewing external SPI flash, the Page Address Select drop-down menu allows the viewer to load different areas of memory. Usually one page in the Data Viewer is limited to 2MiB of data. If some data within the input code file is present outside of valid flash memory addresses for the selected microcontroller, a warning message will be displayed first.

...