This register is read-write and accessed with the custom0 Debug Module register at hexadecimal address 70.
Reserved | Read Write Byte | ||
31 | 8 | 7 | 0 |
Bits | Name | Access | Reset Value | Description |
---|---|---|---|---|
31:8 | - | N/A | 0 | Reserved |
7:0 | Read Write Byte | RW | 0 | UART Receive and Transmit Character |
The register is used to read an 8-bit character, written by a program running on MicroBlaze V via standard output. This character is normally transferred via the MDM V and printed on the host computer console. This register should only be read when the UART Control Status Register TX Data Present bit is set.
The register is also used to write an 8-bit character, to be read by a program running on MicroBlaze V via standard input. This character is normally typed by the user on the host computer console, and transferred via the MDM V. This register should not be written when the UART Control Status Register RX Buffer Full bit is set.