22.6.6 DBGU Status Register

Name: DBGU_SR
Offset: 0x0014
Reset: 
Property: Read-only

Bit 3130292827262524 
 COMMRXCOMMTX       
Access RR 
Reset  
Bit 2322212019181716 
          
Access  
Reset  
Bit 15141312111098 
       TXEMPTYTIMEOUT 
Access RR 
Reset  
Bit 76543210 
 PAREFRAMEOVRE   TXRDYRXRDY 
Access RRRRR 
Reset  

Bit 31 – COMMRX Debug Communication Channel Read Status

ValueDescription
0 COMMRX from the Arm processor is inactive.
1 COMMRX from the Arm processor is active.

Bit 30 – COMMTX Debug Communication Channel Write Status

ValueDescription
0 COMMTX from the Arm processor is inactive.
1 COMMTX from the Arm processor is active.

Bit 9 – TXEMPTY Transmitter Empty

ValueDescription
0

There are characters in DBGU_THR, or characters are being processed by the transmitter, or the transmitter is disabled.

1

There are no characters in DBGU_THR and there are no characters being processed by the transmitter.

Bit 8 – TIMEOUT Receiver Timeout

ValueDescription
0

There has not been any timeout since the last Start timeout command (DBGU_CR.STTTO), or the Timeout register is 0.

1

There has been a timeout since the last Start timeout command (DBGU_CR.STTTO).

Bit 7 – PARE Parity Error

ValueDescription
0

No parity error has occurred since the last RSTSTA.

1

At least one parity error has occurred since the last RSTSTA.

Bit 6 – FRAME Framing Error

ValueDescription
0

No framing error has occurred since the last RSTSTA.

1

At least one framing error has occurred since the last RSTSTA.

Bit 5 – OVRE Overrun Error

ValueDescription
0

No overrun error has occurred since the last RSTSTA.

1

At least one overrun error has occurred since the last RSTSTA.

Bit 1 – TXRDY Transmitter Ready

ValueDescription
0

A character has been written to DBGU_THR and not yet transferred to the internal shift register, or the transmitter is disabled.

1

There is no character written to DBGU_THR that is not yet transferred to the internal shift register.

Bit 0 – RXRDY Receiver Ready

ValueDescription
0

No character has been received since the last read of DBGU_RHR, or the receiver is disabled.

1

At least one complete character has been received, transferred to DBGU_RHR, and not yet read.