STM32F103RDT6 Uart details
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-12-23 8:35 PM
Hi team,
I am using STM32F103RDT6 for my project. I would like to know the details of UART in the MCU. in the datasheet it shows 5 USART interface is possible. At the same time 2 UART is also mention in the datasheet.
So my doubt is that can I use the 5 USART as UART? If yes Why 2 UART mentions separately in the datasheet?
Warm regards,
Monisha OM
Labels:
- Labels:
-
STM32F1 Series
-
UART-USART
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-12-23 8:46 PM
The die is the same between multiple packages, the package pin count ultimately limits the peripherals that can be exposed.
USART1, USART2, USART3
UART4 and UART5
You'd need to walk the pin list to see those exposed.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
