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

wolfrose
Posts: 16
Joined: Mon Oct 26, 2020 2:58 pm

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

Postby wolfrose » Sun Oct 27, 2024 9:12 am

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

MicroController
Posts: 1725
Joined: Mon Oct 17, 2022 7:38 pm
Location: Europe, Germany

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

Postby MicroController » Sun Oct 27, 2024 12:07 pm

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.

wolfrose
Posts: 16
Joined: Mon Oct 26, 2020 2:58 pm

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

Postby wolfrose » Sun Oct 27, 2024 4:00 pm

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.

Who is online

Users browsing this forum: No registered users and 59 guests