CLOSED - USART receiver not working on F446RE MCU
Hello all,I'm trying to implement a really simple exercise:Send a char via USART2 (PA2);Receive the char via USART1 (PA10);After the char is received, within an interrupt I increase a variable called "Debug".The only HW connection done is that betwee...