Question
SPI slave mode. Getting Started.
I'm in the early stages of a project involving SPI.
I need to send data to an stm32f303, from an rPi.
I also need to detect, from the rPi, a GPIO based interrupt to then go read from the stm32.
rPi is master, stm32 is slave.
Can anyone recommend a helpful starting point for getting these things talking?
I'd like to continue learning in C, although python on the rPi is also a possibility.