ESP32DMASPI
ESP32DMASPI copied to clipboard
Queue execution sequence
I have a question regarding the execution of commands in a queue. My question is: With "Non-blocking multiple transactions", is an interrupt set up that causes either A: upon an "SS pin" event, it executes the first transfer and then, without waiting for another "SS" signal, the second transfer as well, or B: upon an "SS pin" event, it executes the first transfer, and upon the next "SS pin" event, it executes the following transfer?