Resolved! Why are my uarts not working after rcc clock configuration?
Hi all,I got a strange issue. I'd like to use USART3 or UART5 on my STM32F446 chip. We have the chip on a pcb, so I am not talking about the nucleo board. The issue is when I do the system_clock_config(), the listed uarts does not work. void init() ...