spi Overrun: RX data lost when "spi_sync_transfer" too long in kernel
Hi,I would like to make my STM32MP157 communicate with a FPGA in spi. I need to make long transfer (2-3 Mb) spi to get data acquired by the FPGA. But when I use the "spi_sync_transfer" function in my driver, I get the following kernel message:#spi_st...