Master Slave sync queston
I have two nucleo boards communicating over SPI. No Interrupts; No DMA ; Using HAL TransmitReceive(..) Chip Select set by software. Simple 8 char ASCII Transfer. Everything Works....almost. I am using a logic analyzer to monitor the interaction.
When I start both the Master before the Slave, every thing works.
When I start the Master After the Slave, No Data Transfer takes place.
Is this normal behavior??
How can I keep the two units in sync if the Master starts after the Slave???
Any suggestions??
