2022-12-22 09:24 AM
When in unidirectional Transmit-only mode, how can I use MISO pin as general
purpose I/O whithout disturb the SPI?
Thanks for any help
2022-12-22 06:30 PM
On my STM32L4 experience, in Master mode, when using tx or rx only will cause losing control of SCK generation at some phase of the communication, while in bidir 4 wire mode, you are 100% in sw control (and lag)
2022-12-23 04:09 PM
Hi, good to know about this.
thanks for the advice.
2022-12-24 07:29 PM
To complete the answer, the peripheral works even if some or all of its 4 signals are pin less. On some SPI generstion, there is an mosi miso swap option which didn't function as expected in bidir mode... in case you reach such choice....
2022-12-27 12:40 PM
Thanks. I just received my stm8s103f. I wrote a small program to test but only tomorrow I will put all together.
Hve a nice 2023!