cancel
Showing results for 
Search instead for 
Did you mean: 

how to serially transmit data in stm32f100?

Anand Krishnan
Associate II
Posted on April 08, 2017 at 16:56

synchronous transmission

2 REPLIES 2
Posted on April 08, 2017 at 17:15

In a materially similar way to asynchronous data except you enable the clock, and output a clock signal associated with the transmitted data, so an additional pin to configure.

I'm sure you could find some examples if you looked a little.

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
Posted on April 10, 2017 at 11:29

Serial Synchroneous transmittion can be typically by SPI (highest bandwidth, 3 or 4 wires MISO+MOSI/SCK/NSS), or USART (RX/TX/CK)

I2C bus (SDA/SCL) is also synchroneous bus.