This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Documentation error c5504/05/14/15 UART user's guide sprufo5.pdf

In section 2.8 initialization, step 3, "Enable the UART input clock by setting UARTCG to 1 in the peripheral clock gating configuration
register (PCGCR1)."

I think that should be set UARTCG to 0, since 1 means disabled according to the system user's guide. Also initialization procedures in documents for other peripherals set to 0. Am I correct?