Currently my colleague and I are trying to connect his stm32 qfpn48 MCU to nrf52840 via SPI protocol.
I tried the sample in SDK and successfully setup a workable dummy SPI master to control SPIS nrf52840.
But nrf52840's spis cannot read the message from STM32 QFPN48 MCU, and I found the the clock from SPI master is discrete between bytes while NRF52840 SPI master is able to generate a continuous clock till the end of the message.
will this cause nrf52840 SPIS to read input message falsely? Is there anything can be done from SPIS side (nrf52840)?