Page 1 of 1

Pulling GT911 touch interrupt pin down with a resistor with ESP32 S3 controller

Posted: Sun Oct 27, 2024 9:12 am
by wolfrose
Hello,

I have this RGB 7" display I purchased from aliexpress, it runs ESP32-S3 and I believe ST7262 RGB display driver.

The problem is in the initialization of the GT911 touch driver.

If the interrupt pin is configured as input, it goes to HIGH all the time and then the GT911 is locked into interrupt mode.
I can't configure the pin to be input and pull it down at the same time.

My idea, according to the schematic. Which all the pins are pulled-high !! I don't know why they pulled the interrupt pin to HIGH as it will lock the code and the ESP32 can't process any code.

Image

Re: Pulling GT911 touch interrupt pin down with a resistor with ESP32 S3 controller

Posted: Sun Oct 27, 2024 12:07 pm
by MicroController
wolfrose wrote:
Sun Oct 27, 2024 9:12 am
I don't know why they pulled the interrupt pin to HIGH as it will lock the code and the ESP32 can't process any code.
I don't know what you mean.
But you may have to configure the GT911 to use its "falling edge" interrupt mode.

Re: Pulling GT911 touch interrupt pin down with a resistor with ESP32 S3 controller

Posted: Sun Oct 27, 2024 4:00 pm
by wolfrose
MicroController wrote:
Sun Oct 27, 2024 12:07 pm
I don't know what you mean.
But you may have to configure the GT911 to use its "falling edge" interrupt mode.
Really ? I can do that ? that will solve the problem for sure. Let me check the datasheet.