Has anyone ever had trouble with STM32 communicating info to another processor through the SPI?
I have an STM32F101V8 communicating with a AT91SAM9260. The Atmel is the master to the STM32. Upon start up, our device checks for communication between these two processors, it does so by using a set of samples. The Atmel sends the samples, the STM32 retrieves them and sends it back to the Atmel. We are seeing an issue with the incorrect number of samples being returned from the STM32 to the Atmel. I know other scenarios would not relate to this exactly, but are there any known communication issues between these two processors? or has anyone ever come across issues with their STM32 SPI? I'm no sure if this is the right place to be asking this question, any help is greatly appreciated!