2013-10-10 06:12 AM
Hello,
recent discovery boards have a jumperable UART connection between the debugger and the target device. Is there any way to read/write to ther serial link with the PC? #pc #uart #stlink2016-01-24 11:04 AM
I assume you are talking about this part (for example on the stm32f429-disco).
http://www.emcraft.com/stm32f429discovery/connecting-serial-console-to-stm32f429
.2016-01-24 11:38 AM
This is a bit of an old post.
The ''Newer'' DISCO's in 2016 context support mbed, and have a bigger F103 part and ST-LINK V2.1 firmware that support a VCP which the drivers instantiate a COMx port on the Windows side.The NUCLEO's have supported this for a while, the F746 and F469 DISCO also support it. The older F40x and F429 DISCO do not.2024-12-27 12:26 AM
I know its an old thread, but can someone please confirm if my understanding is correct.
I can see that there is a connection between STLink Microcontroller (F103CB) UART and Target UART. Like its seen in below image. Is this UART used for the virtual COM port that is created by STLink to send data from target to computer while debugging? I always thought that the data is coming through the debugging channel (SWD). Never really paid attention until i saw this connection.
2024-12-28 07:43 AM
Your understanding is right. VCOM is coming from target U(S)ART.