Printf
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-03-28 5:43 AM
How to use parallel two UARTs in STM32F746ZG: one for data transfer, the other for serial print
Labels:
- Labels:
-
STM32F7 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-03-28 6:27 AM - edited 2024-03-28 6:28 AM
On STM32 MCUs, UARTs are fully independent. Just configure the UARTs (with their DMA channels if needed) and use them as you want.
If you'd like help with coding or hardware setup, look here.
How to redirect the printf function to a UART for ... - STMicroelectronics Community
