2015-02-14 05:33 AM
In my design, I am using two STM32 micro communicate with USART, the connection is as below, these two micro is in same board, and the communicate trace line length is around 1.5 inch.
STM32F030 (USART1_TX) PA9------STM32F205(USART3_RX) PB11 STM32F030 (USART1_RX) PA10-----STM32F205(USART3_TX) PB10 I am just directly connected as above, my question is : 1, Does I need to an outside pull up on both connections, if needed, the micro internal 40k ohm pull up is enough or not ? 2, Does I need to put two serial resistorS on these connections ? if no, is there any reliability issues ? Thanks.2015-02-14 05:47 AM
Do they share a common supply? And will they be on at the same time?
2015-02-14 05:15 PM
yes, both two STM32 micro is on the same +3.3V power supply rail, and they will be power on at the same time, and power off at the same time.
Thanks.2015-02-15 08:02 PM
I'd just connect them directly together, just swapping the TX/RX.