Question
spi master slave communication
Hello every one,
I am trying to communicate spi master and slave with two discovery boards
In my case stm32l152rc is master and stm32f407vg is slave..
When i am sending from master to slave it's receive complete data but when am sending slave to master data it's recived but only 1st byte only in my buffer.
when i am debug slave code at that time slave completely put all data in to DR resister and when master not enble it's clock it's show timeout,too so there is problem whit master side or slave side i cant identify...

