STM32C8T6 UART Not working
Posted on March 23, 2018 at 06:40Trying to get STM32C8T6 UART to send data but nothing comes through. I configured the RCC, SYS, USART1 (baud 9600) and the integrated led on cubemx. Tx connected to A9, Rx to A10. My code is as follows: UART_Hand...