2013-10-11 04:25 AM
Hi,
If I had a suitable board, I'd just try the obvious, but I don't presently have one. I'm pretty darned sure this is a dumb question, but if I'm wondering, I guess others may do as well, so here goes. In AN2606, it repeatedly says: ''RS232 serial interface (example, ST3232 RS232 transceiver) has to be directly linked to the USART'' I presume this is badly worded in that they do NOT mean connect the RS232 interface directly to the STM32, they mean that the TTL-compatible side of, e.g. an ST3232 transceiver, should be connected to the STM32. I.e., any voltage compatible UART/USART serial lines like from another STM32 series device should fine. #an2606-bootloader-rs232-usart2013-10-11 05:55 AM
The pins of the STM32 can connect directly to any other CMOS compatible interface, say other board level micro, GPS, Modem, etc.
To connect to RS232 level external interface you'll need a transceiver (inferred two way translation)2013-10-11 08:03 AM