STM32F7 SPI send/receive issue
Hi!
I have an issue with SPI communication on STM32F746 MCU.
I have two MCU connected via SPI on my board in 16 bit mode, both MCU`s are STM32F746. At start point it seems normal, but after some time it starts to drop packeges cause CRC32 check(CRC32 computes on CRC module by hardware) not solved.
When i debugging dropped packets, i`ve see a repetition of pervious byte in next cell of receive buffer(for debugging, all cellc in buffer are initialize with unique value).
It not deterministically, so most part of packets are normal, but i wanna solve this "bug".
Can somebody help me?