Issue setting up half duplex uart using CubeIDE - is this fix correct?
I am using STM32CubeIDE to configure an stm32f107vc on a custom board. I selected half duplex on uart1, with a pin remap, and received the following setup code: /**USART1 GPIO Configuration PB6 ------> USART1_TX */ GPIO_InitSt...