2022-02-04 09:05 AM
2022-02-04 09:31 AM
Hello @KGerb.1,
STM32F73xx devices have four I/O pins that are dedicated to SPI communication with external devices:
You can check the 28 section of the RM0431: STM32F72xxx and STM32F73xxx reference manual for further details.
Chahinez.
2022-02-04 09:44 AM
Thanks Chahinez. It looks like your Half-duplex single master/ single slave application mode behaves as a 3 wire SPI.
2022-02-04 02:48 PM
Yes it does, but beware, the read direction of master may be tricky, as it runs clocks automatically when enabled and turned to Rx.
JW