STM32MP15 OTP Mapping Wiki
Hey I found a strange documentation on your wiki page
https://wiki.st.com/stm32mpu/wiki/STM32MP15_OTP_mapping
3:
14-7 (8 bits)UART instances disablingIf it is different from zero, then each bit disables an UART instance.
Collapse
- 0b00000001: reserved
- 0b00000010: disable USART2
- 0b00000100: disable USART3
- 0b00001000: disable UART4
- 0b00010000: disable UART5
- 0b00100000: disable UART6
- 0b01000000: disable UART7
- 0b10000000: disable USART8
- 0b11111111: all UART instances are enabled.
Why is all enabled when all UARTS are 1?
I set everything to 1 but I get messages on the serial console.
Do you have a hint for me?
Greetings
