2021-03-09 09:20 PM
Hello,
Is it possible to perform half-duplex communication like the attached document?
The Rx frame size is 3 instead of 1.
Can STM32F7 receive continuously?
Please tell me the control method for continuous reception.
Goto
2021-03-09 11:48 PM
SPI module does have bidirectional mode, but using it is somewhat tricky because as soon as you turn to Rx, clocks automatically are generated until you turn it back again. So code must time the whole process relatively precisely.
JW
2021-03-10 12:10 AM