Question
can I connect USART2 of STM32F4Discovery DISC1 to the host without the use of USB to UART converter?
Posted on June 08, 2018 at 21:10
My project needs me to connect the host PC to my STM32F4Discovery DISC1 via the virtual COM port to the USART2. So that I can send commands to the Bootloader. Though I have been able to transmit data from the USART3 to the hist PC. I havnt had success in transmitting data to the PC via USART2. How to i do this? I am using tera term for viewing the data transmitted