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).
It's not a jumper per se (at least on the stm32f429-disco); just a solder bridge that you can fill and connect to PA9/10 if you want. I was scratching my head also, until I found in the ST-Link manual that the USART pins on ST-Link are ''reserved'' (meaning: not implemented yet).Someone please correct me if I am wrong. So far, the most direct answer for connecting to stm32f429-disco USART ishttp://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.