2018-12-02 04:32 AM
Hello,
Currently i'm working on STM30F030 controller.
I want to connect TFT display with this controller, display has three pin for SPI (SDA,SCL & CS) and used only for write operation.
so how to configure controller for 3-wire SPI
If i have to connect MOSI(controller) pin with SDA(display)and left MISO pin as it is, it is ok ?
any problem occur during communication if MISO is floating ?
Thank you
2018-12-02 05:56 AM
There's no problem with not using MISO. You don't even need to assign a pin to MISO in the GPIO AF matrix.
JW
2024-03-11 03:14 PM
Hi @SPraj.15
this is an old thread, but I´m still curious if you made the 3-wire SPI working?
I`m struggling with it already for days...