Skip to main content
Rkuma.1964
Associate III
December 4, 2019
Question

multiprocessor mode using USART in STM32F303VC

  • December 4, 2019
  • 2 replies
  • 759 views

hi stm,

i am using stm32f303e-eval board and i want to use usart in multiprocessor communication mode, but i am unable to find the sample code for that. my usart is commected with RS-485

please provide some information so that i can implement.

thanks,

roushan kumar

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
December 4, 2019

You'd need to put the USART in 9-bit mode, and probably read the reference manual.

Seem to recall there being examples in the SPL, but if you need code to look at you're probably going to need to search for it.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
S.Ma
Principal
December 4, 2019

No experience with RS485, although I recall it's a half duplex protocol.

Used single master multiple MCU slaves with SPI for <1m range, works fine.