2024-05-31 10:53 AM - edited 2024-06-01 02:45 AM
Hello. I have few questions on UART half-duplex single-wire peripheral. I'm using stm32f303k8.
Solved! Go to Solution.
2024-06-01 05:26 AM
> In RM it states that TX and RX are internaly connected and TX is low (or whatever "released" can mean) when it's not transmitting. This means that when no transmission occurs, since TX is in output mode, either open drain or push-pull, it should short the line to ground through the internall connection and "released" NMOS transistor. Is that true?
No.
"Released" means, that Tx is in high impedance.
The series resistor should be used to prevent damage, would both sides transmit simultaneously, even if in error.
I can't/won't comment on the pulldown; ask the module's authors.
JW
2024-06-01 05:26 AM
> In RM it states that TX and RX are internaly connected and TX is low (or whatever "released" can mean) when it's not transmitting. This means that when no transmission occurs, since TX is in output mode, either open drain or push-pull, it should short the line to ground through the internall connection and "released" NMOS transistor. Is that true?
No.
"Released" means, that Tx is in high impedance.
The series resistor should be used to prevent damage, would both sides transmit simultaneously, even if in error.
I can't/won't comment on the pulldown; ask the module's authors.
JW