Page 1 of 1

Esp32 pin interrupts

Posted: Wed Jul 31, 2024 6:47 pm
by mnfisher
I tried adding two pin interrupts in a ESP32 program - with each pin calling a different interrupt routine.

On running the program - I get
E (398) gpio: gpio_install_isr_service(500): GPIO isr service already installed
Is it possible to assign different macros here - or are there limitations on pin combinations?

Martin