Problem with UART receiving and transmitting on STM32u535ret6
I have a custom board with an STM32U535RET6. This chip receives data from another processor using UART4 on pins PA0 and PA1. Once the data is received, it should be sent to another chip using USART3 on pins PC4 and PC5.If I transmit a fixed string di...