Hello,
I am trying to connect ESP32 as a SPI Slave mode with a sensor (the senor is not just a sensor, it is a sensor device, equipped microcontroller in it, which is the Master).
I want to enable the receive interrupt of SPI slave, so that, whenever any byte I receive from Sensor, control goes to ...