This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: Memory Map Prevents Reading During Debug

Part Number: CODECOMPOSER

Tool/software:

When debugging a target over JTAG, the memory map of the target prevents reading certain regions of memory that should be accessible according to its `.gel` file.

Steps taken:

1. Connect target over JTAG to CCS v20.0.0

2. "Run" -> "Debug Project"

3. Observe

```

C28xx_CPU1:
Memory Map Initialization Complete

```

in "GEL Output"

4. Open and check "f28379d_cpu1.gel" listed in "GEL Files" to ensure "R|W|AS2" for addresses 1480, 1500

5. Check "Data" in "Memory Map" view, confirm that the above addresses are listed as "R|W|AS2"

6. Confirm these memory addresses are not readable in debug "Watch" view

Note below: From address 0x0-0x157F is marked as "R|W|AS2" in both GEL and in Memory Map view. However, on the left sidebar of Debug view, "1480" is not readable due to memory map.