2019-10-02 04:18 AM
I want to send data from MCU to pc and view it on serial monitor. Is is possible to use ST-link as uart ?
2019-10-02 04:24 AM
Only if you have the newer board, with STLink chip using STM32F103CBT6 instead of STM32F103C8T6 (which also displays a "disk drive" when connected to PC).
And even then, you'd need to put wires on it, very carefully, see UM1472 page 13.
JW
2019-10-02 04:29 AM
Thank you @Community member . I have "STM32F407G-DISC1" Board.
2019-10-02 04:42 AM
Can you help me with more details on how to set it up?
2019-10-02 05:05 AM
Have to wire manually, review Schematic in User Manual.
You can pick which USART you want to use. USART1 PA9/PA10 is not available, USART6 PC6/PC7 is, as I recall.