HAL_UART_Init() bug for more than one UART setting
I am working on a LoRaWAN and GNSS project. I have found one inconsistent operation when try to configure UART1 for GNSS connection. UART2 is used as PRINTF for logging. Procedure to produce bug: Use I-CUBE-LRWAN example as the codebase.Add code fr...