-
-
Notifications
You must be signed in to change notification settings - Fork 275
Invalid value set in uart_init() #59
Copy link
Copy link
Open
Description
According to BCM2711 datasheet
Documentation for AUX_MU_LCR_REG says:
Therefore 3 (0b11) is not a valid value, and the correct value should be 1.
0xC6 is not a valid value and does not disable interrupts -- it clears both FIFOs, and the correct value to use is 0x06.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels