Question
Receive SPI data from an unknown device.
Hi
I want to communicate with a device that uses SPI, I want to grab data from this device but when it transmits a byte waits for an acknowledgment signal which is a positive pulse with 2us lent. So I should wait until it sends 1 byte of data, store it and make the acknowledgment signal.
could anyone help me to know what functions I need. I’m using HAL functions.