How to use ST-Link as UART in STM32F407 Discovery Board?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-02 4: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 ?
- Labels:
-
ST-Link
-
STM32F4 Series
-
UART-USART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-02 4: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-02 4:29 AM
Thank you @Community member​ . I have "STM32F407G-DISC1" Board.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-02 4:42 AM
Can you help me with more details on how to set it up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-02 5: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.
Up vote any posts that you find helpful, it shows what's working..
