![Infineon XDPP1100 Скачать руководство пользователя страница 541](http://html1.mh-extra.com/html/infineon/xdpp1100/xdpp1100_technical-reference-manual_2055193541.webp)
User Manual 541 of 562 V 1.0
2021-08-25
XDPP1100 technical reference manual
Digital power controller
Central processing unit subsystem
Register name Field name
Access Address
Bits
Description
polynomial will be:
P(x)=x^32+x^26+x^23+x^22+x^16+x
^12+x^11+x^10+x^8+x^7+x^5+x^4+
x^2+x^1+x^0, i.e., VAL=0x04C11DB7.
A lower order can be programmed
by just left-shifting the polynomial.
For example, to configure a P(x) =
x^8+x^5+x^4+x^0, write a value of
0x31000000. In the same way, to
configure a P(x) =
x^16+x^12+x^5+x^0, write a value
of 0x10210000.
XORE
VAL
RW
7009_000Ch [31:0]
This register is used to configure
the final XOR of the CRC output.
Typically set to 0xFFFFFFFF.
CNFG
REFIN
RW
7009_0010h [0]
Enable/Disable reflected CRC data
input.
0: CRC data input is not reflected
1: CRC data input is reflected
CNFG
REFOUT
RW
7009_0010h [1]
Enable/Disable reflected CRC data
output.
0: CRC data output is not reflected
1: CRC data output is reflected
15.13
UART
The UART module is an Arm® PrimeCell IP (PL011); extensive documentation can be found in the
“A
rm®
PrimeCell UART (PL011) Technical Reference Manual”.
The UART provides the following:
•
Programmable use of UART or IrDA SIR input/output
•
Separate 32×8 transmit and 32×12 receive FIFO memory buffers to reduce CPU interrupts
•
Programmable FIFO disabling for 1-byte depth
•
Programmable baud rate generator. This enables division of the reference clock by (1×16) to (65535×16) and
generates an internal ×16 clock. The divisor can be a fractional number enabling use of any clock with a
frequency greater than 3.6864 MHz as the reference clock
•
Standard asynchronous communication bits (start, stop and parity). These are added prior to transmission
and removed on reception
•
Independent masking of transmit FIFO, receive FIFO, receive timeout, modem status, and error condition
interrupts
•
Support for direct memory access (DMA)
•
False start bit detection
•
Line-break generation and detection
•
Support of the modem control functions CTS, DCD, DSR, RTS, DTR and RI