SPI Mater<->Slave communication problem (slave starts to send 0x0010 after some while)
Hello,
I'm working on a project with 2 STM32F4 that are communicating by SPI. The Master (running on 168MHz) is sending packages with 10x16bit every 1ms and 5.25mBit/s. The CS signal is connected to an EXTi pin of the slave that calls a DMA SPI transfer. My problem is, that after some point (minutes/hours) the slave starts answers the tranfer with only 0x0010 for every word. And it does not recover. After a reset everything works fine again. I'm wondering why the slave sends this data (its always the 0x0010) and does not recover... Does anyone has an idea what could cause this problem and why the slave does not recover from it's state?
Thanks and best regards!