Page 1 of 1

SPI slave receive interrupt

Posted: Mon Nov 06, 2023 9:38 am
by Vineethad
Hi Everyone,

I am trying to connect ESP32C3 as a SPI Slave mode with the master.
I want to enable the receive interrupt of SPI slave, so that, whenever any byte I receive from the master, control goes to receive ISR and do some task.
In the driver provided by ESP-IDF, I couldn't find the interrupt enable option and also interrupt handler/ISR.
So, kindly help me in finding, how I can enable the receive interrupt for SPI communication while it is in slave mode.


Thanks & Regards,
D. Vineetha.