Question
STM32F429I-DISCO - USART3 outputs only 1.6V
Hi everyone,
I am trying to get USART3 running on my STM32F429I-DISCO board. USART3 is configured with the following configurations:
- Mode: Asynchronous
- Hardware Flow Control: Disable
- Baudrate: 115200, Word Length: 8, Stop Bits: 1
- GPIO: PD8 = TX, PD9 = RX
I have tried a lot of different configurations. In every configuration I have tried so far, PD8 outputs only a 1.6V signal. The receiver expects a 3.3V signal.
What might cause the "low" voltage at PD8?
Kind regards,
Kai