Thank you!
But how to understand this :
“46.4.2.1 Clock requirements.
UART module receives 2 clocks, peripheral_clock and module_clock. The peripheral_clock is used as
write clock of the TxFIFO, read clock of the RxFIFO and synchronization of the modem control input pins.
It must always be running when UART is enabled. There is an exception in stop mode (see
Section 46.4.2.3, “Clocking in Low-Power Modes”).
The module_clock is for all the state machines, writing RxFIFO, reading TxFIFO, etc. It must always be
running when UART is sending or receiving characters.This clock is used in order to allow frequency
scaling on peripheral_clock without changing configuration of baud rate (module_clock staying at a fixed
frequency).
The constraints on peripheral_clock and module_clock are as follows:
• peripheral_clock and module_clock can totally be asynchronous. Off course, they can also be
synchronous.
• Due to the 16x oversampling of the incoming characters, module_clock frequency must always be
greater or equal to 16x the maximum baud rate. For example, if max baud rate is 4 Mbit/s,
module_clock must be greater or equal to 4 M x 16 = 64MHz.”
Is not peripheral clock = PER Clock?