| |||
| Home > Debug > Debug register descriptions > Debug State Cache Control Register | |||
The DBGDSCCR Register characteristics are:
Controls the L1 cache behavior when the processor is in debug state.
For information on the usage model of the DBGDSCCR register, see Cache debug.
Available in all processor configurations.
See Table 12.13.
Figure 12.8 shows the bit assignments.
Table 12.13 shows the bit assignments.
Table 12.13. DBGDSCCR Register bit assignments
| Bits | Name | Reset value | Description |
|---|---|---|---|
[31:3] | - | 0 | Reserved. Do not modify on writes. On reads, the value returns zero. |
[2] | nWT | 0 | Not write-through: 1 = normal operation of regions marked as write-back in debug state 0 = force write-through behavior for regions marked as write-back in debug state, this is the reset value. |
[1] | nIL | 0 | Instruction cache line-fill: 1 = normal operation of L1 instruction cache in debug state 0 = L1 instruction cache line-fills disabled in debug state, this is the reset value. |
[0] | nDL | 0 | Data cache line-fill: 1 = normal operation of L1 data cache in debug state 0 = L1 data cache line-fills disabled in debug state, this is the reset value. |