I2C Slave ISR / how to work with default isr
Posted: Mon Feb 06, 2023 12:42 pm
Hello,
i am new to ESP32, i am working on a i2c slave implementation right now.
i want to use a isr which will be called when there are new data in the recieve buffer.
in the documentation they wrote, that per default a isr handler is installed. but how do i work with them?
I know from STM32 that you can redefine that handler for your custom isr handler. but i am not able to find a answer to that for esp32.
thank you
i am new to ESP32, i am working on a i2c slave implementation right now.
i want to use a isr which will be called when there are new data in the recieve buffer.
in the documentation they wrote, that per default a isr handler is installed. but how do i work with them?
I know from STM32 that you can redefine that handler for your custom isr handler. but i am not able to find a answer to that for esp32.
thank you