ESP32DMASPI icon indicating copy to clipboard operation
ESP32DMASPI copied to clipboard

Queue execution sequence

Open vasekvanek opened this issue 5 months ago • 0 comments

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?

vasekvanek avatar Sep 05 '25 14:09 vasekvanek