Guest
#1760486
Hi, While configuring my STM32F107's USART, there is a random byte outputted on the tx-pin. A modem that is connected to the serial port gets confused by this random byte and refuses to work. Here's the initialization code:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
The random byte appears with the configuration for pin PD5 as alternate output push-pull. Any hints or ideas on how to not get this rubbish-byte on initialization? Thanks! -- Regards