Sendig USART does not send STM32F303RE
I'm trying to send data via USART to a serial monitor (i'm following a course) but i can't see it's receiving the data, the course is creating its own library manipulating registers.void UART2_WRITE(int ch); int main(void) { //enable clock to g...