Page 1 of 1

ESP32-S2-MINI-1 - External Interrupts

Posted: Tue Apr 27, 2021 8:58 am
by Nikosant03
Hi everyone,

I want to intergrate the ESP32-S2-MINI-1 module to my design. My design requires 18 external interrupts and looking the datasheet of the ESP32-S2-MINI-1 module I see that there are available 25 gpios. However what it is not mentioned is what gpios can be used as external interrrupts... I should assume that every gpio could be used for this purpose?

https://www.espressif.com/sites/default ... eet_en.pdf

With that been said could I use any of the IO pin as external interrupt? The following capture is from the datasheet

Image

Thanks
Nick

Re: ESP32-S2-MINI-1 - External Interrupts

Posted: Mon May 03, 2021 7:31 am
by Nikosant03
Anyone?

Re: ESP32-S2-MINI-1 - External Interrupts

Posted: Thu May 06, 2021 3:00 am
by ESP_Sprite
From what I can read in the TRM, yes. Each IO pin has an IO matrix entry that allows you to enable an interrupt on it.

Re: ESP32-S2-MINI-1 - External Interrupts

Posted: Thu May 06, 2021 7:22 am
by Nikosant03
Thank you ESP_Sprite!!

Re: ESP32-S2-MINI-1 - External Interrupts

Posted: Fri May 07, 2021 3:23 pm
by rudi ;-)
Nikosant03 wrote:
Thu May 06, 2021 7:22 am
Thank you ESP_Sprite!!
use the S2 TRM for the S2-Mini instead the C3-TRM which was linked in the post

ESP32-S2 TRM

Re: ESP32-S2-MINI-1 - External Interrupts

Posted: Mon May 10, 2021 3:15 am
by ESP_Sprite
Oops. Been doing too much with the C3 I guess, when I read 'mini', I see that chip.

Re: ESP32-S2-MINI-1 - External Interrupts

Posted: Thu May 13, 2021 8:04 am
by Nikosant03
[/quote]
use the S2 TRM for the S2-Mini instead the C3-TRM which was linked in the post
[/quote]

I noticed that, thanks!!