2019-04-11 07:15 AM
Does the STM32F7 supports the USART multi drop mode ?
Solved! Go to Solution.
2019-04-11 07:45 AM
Yes, the STM32 has a 9-bit mode, and I think some have an address matching functionality. It is not a mode I use, but I think it is covered in the reference manual
2019-04-11 07:36 AM
Do you mean a single-wire/RS485 type thing, or a 9-bit multi-processor/8051 mode?
2019-04-11 07:38 AM
i mean the 9 bit multi processor/8051 mode.
2019-04-11 07:45 AM
Yes, the STM32 has a 9-bit mode, and I think some have an address matching functionality. It is not a mode I use, but I think it is covered in the reference manual
2019-04-15 09:37 AM
Thanks for your answer. I know there is option of 9 bits, but it seems that the chip I use STM32F767II does not support the address matching functionality. What we did, we add the sign of address byte manually to the first byte of each message.