I use full duplex, it's still the same problem, I read The manual for BE13."The SPI command is composed of 32 SCLK cycles. When receiving data, the MOSI line is latched on the rising edge of each SCLK pulse.
The number of clock cycles occurring on the SCLK pin while the CSB pin is asserted low must be 32. The serial output data is available
on the rising edge of SCLK, and transitions on the falling edge of SCLK. The content of MISO reported by the 900719 depends on the
previous selected register address." But I used the word TRAILING, which I think should mean trailing on the second edge, and when I used that, the data collection was all right, except for BE13, which told me that my clock was missing, If I use "LEADING", the data I receive are all wrong, and my current "SpiBaudrate" is 1,000,000. Therefore, according to the " TRAILING" I used, there are indeed 31 clocks, but the data are all correct, while the use of "LEADING" is wrong. Could you please give me a reply?