Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?

Post here first, or if you can't find a relevant section!
Post Reply
myksj1105
Posts: 95
Joined: Sun Jun 18, 2023 11:35 am
Answers: 2

Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?

Post by myksj1105 »

Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?

CORE1 : https://github.com/stm32duino/Arduino_Core_STM32

Is there any way to use 4 'UART' functions?
Either hardware or software.
by fpiSTM » Tue Sep 24, 2024 7:25 am
STM32F103C8T6 has only 3 USART instance so only 3 three HardwareSerial can be used:
https://github.com/stm32duino/Arduino_C ... #L137-L152
You can try as a complement the SoftwareSerial library but honestly don't like use it.
Go to full post
fpiSTM
Posts: 1944
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 108
Location: Le Mans
Contact:

Re: Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?

Post by fpiSTM »

STM32F103C8T6 has only 3 USART instance so only 3 three HardwareSerial can be used:
https://github.com/stm32duino/Arduino_C ... #L137-L152
You can try as a complement the SoftwareSerial library but honestly don't like use it.
myksj1105
Posts: 95
Joined: Sun Jun 18, 2023 11:35 am
Answers: 2

Re: Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?

Post by myksj1105 »

@fpiSTM

Thank you for your reply.
Post Reply

Return to “General discussion”