STM32F3DISCOVERY UART communication with a PC
Hi,
I'm trying to create my custom UART firmware on STM32F3DISCOVERY board. Since I wrote the Transmit part of the driver and I verified that it continuously writes words to the USART_TDR register, I was going to check whether the UART messages are actually outputted from the MCU pins.
So far the plan is just to continuously spam some messages via PC4 pin to the on-board ST-link debugger. Since I know that I have a PCB version C, the on-board debugger should be of version ST-LINK/V2-B, meaning that it has virtual COM port interface on USB.
My main question is, do I understand it correctly, that just by sending some UART messages from the MCU pin PC4 to debugger, the virtual COM port of the debugger shall automatically re-send these messages to a PC, where I should be able to read them with some UART compatible terminal (e.g. PuTTy, Serial Debug Assistant, etc.)?
Or am I missing some more steps? Like, are there some other steps involved to make the on-board debugger to re-send UART messages via USB COM port?
