cancel
Showing results for 
Search instead for 
Did you mean: 

multiprocessor mode using USART in STM32F303VC

Rkuma.1964
Associate II

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

2 REPLIES 2

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
Up vote any posts that you find helpful, it shows what's working..
S.Ma
Principal

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.