Hi,
I realised that the SPI transfer is designed to have data flow from Master to Slave. While Raspberry Pi comes as only a Master SPI device, and there are slave modes for the Radar sensor to have, how does the data flow happen? How can I implement a slave to master data transfer?
I am yet to look into the .c files, as I am quite new to this but will really want to know what to 'look' for if I get to do so.