HAL SPI RX function problem: long delay between two cycles of SCK during HAL_SPI_Receive() execution
Hi all!I've found some strange issues during my reception of data at SPI interface using HAL functions.The problem is that between each two complete cycles (8 periods) of SCK signal, the SCK line stays idle without reading any data. With longer strea...