14.6.2 Control Enable Register B

Note:
  1. Writes to this register while SYNCBUSY.SWRST is asserted will cause a bus error.
  2. ECC error counters are reset to zero when the corresponding error counter is disabled.
Table 14-4. Register Bit Attribute Legend
SymbolDescriptionSymbolDescriptionSymbolDescription
RReadable bitHCCleared by Hardware(Grey cell)Unimplemented
WWritable bitHSSet by HardwareXBit is unknown at Reset
KWrite to clearSSoftware settable bit
Name: CTRLB
Offset: 0x0004
Reset: 0x00070707
Property: PAC Write-Protection

Bit 3130292827262524 
  D1ERCNTDISD0ERCNTDISIERCNTDIS  DWAITSTENIWAITSTEN 
Access R/WR/WR/WR/WR/W 
Reset 00000 
Bit 2322212019181716 
 D1ERRCNT[7:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000111 
Bit 15141312111098 
 D0ERRCNT[7:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000111 
Bit 76543210 
 IERRCNT[7:0] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000111 

Bit 30 – D1ERCNTDIS D1TCM Error Counter Disable

ValueDescription
0Enable, D1TCM ERROR COUNTER is enabled
1Disable,D1TCM ERROR COUNTER is disabled, no D1ECCECNT interrupts will be generated

Bit 29 – D0ERCNTDIS D0TCM Error Counter Disable

ValueDescription
0Enable, D0TCM ERROR COUNTER is enabled
1Disable,D0TCM ERROR COUNTER is disabled, no D0ECCECNT interrupts will be generated

Bit 28 – IERCNTDIS ITCM Error Counter Disable

ValueDescription
0Enable, ITCM ERROR COUNTER is enabled
1Disable, ITCM ERROR COUNTER is disabled, no IECCECNT interrupts will be generated

Bit 25 – DWAITSTEN D1TCM and D0TCM One Wait State Enable

ValueDescription
0D1TCM and D0TCM no wait states
1D1TCM and D0TCM one wait state

Bit 24 – IWAITSTEN ITCM One Wait State Enable

ValueDescription
0ITCM no wait states
1ITCM one wait state

Bits 23:16 – D1ERRCNT[7:0] D1TCM Error Maximum Count (default0x7)

Counts the number of ECC errors. When the count expires a flag/interrupt (D1ECCECNT) is set.

Bits [7:3] are user programmable, bits [2:0] are hard coded to 0x7.

Enabled/disabled by D1ERCNTDIS.

Bits 15:8 – D0ERRCNT[7:0] D0TCM Error Maximum Count (default0x7)

Counts the number of ECC errors. When the count expires a flag/interrupt (D0ECCECNT) is set.

Bits [7:3] are user programmable, bits [2:0] are hard coded to 0x7.

Enabled/disabled by D0ERCNTDIS.

Bits 7:0 – IERRCNT[7:0] ITCM Error Maximum Count (default0x7)

Counts the number of ECC errors. When the count expires a flag/interrupt (IECCECNT) is set.

Bits [7:3] are user programmable, bits [2:0] are hard coded to 0x7.

Enabled/disabled by IERCNTDIS.