Skip to content

TamcTec GT911 always causes an Guru Meditation Error Panic error #16

@Zurrmaxe

Description

@Zurrmaxe

I want to use a Waveform 7 Inch ESP32-S3-Touch Dispslay for my Solardisplay.
Everything workt well.

The part of the Code:

#include "TAMC_GT911.h"
#define TOUCH_SDA 8
#define TOUCH_SCL 9
#define TOUCH_INT 4
#define TOUCH_RST -1

#define TOUCH_WIDTH 800
#define TOUCH_HEIGHT 480
TAMC_GT911 tp = TAMC_GT911(TOUCH_SDA, TOUCH_SCL, TOUCH_INT, TOUCH_RST, TOUCH_WIDTH, TOUCH_HEIGHT);

setup():
....
tp.begin();
tp.setRotation(ROTATION_INVERTED);
...

Then the code stops an i always this error:

E (3853) gpio: gpio_set_level(227): GPIO output gpio_num error
E (3864) gpio: gpio_set_level(227): GPIO output gpio_num error
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.

Core 1 register dump:
PC : 0x4037f162 PS : 0x00060f33 A0 : 0x8037e53f A1 : 0x3fcebc00
A2 : 0x00000000 A3 : 0x080a0c0f A4 : 0x3fc97270 A5 : 0x00060d23
A6 : 0x00060d20 A7 : 0x00000001 A8 : 0x8037f157 A9 : 0x3fcebbc0
A10 : 0x00000001 A11 : 0x3fc9ed60 A12 : 0x00000004 A13 : 0x00060f23
A14 : 0x00060f23 A15 : 0x00000001 SAR : 0x00000010 EXCCAUSE: 0x0000001c
EXCVADDR: 0x0000000c LBEG : 0x40056f5c LEND : 0x40056f72 LCOUNT : 0x00000000

The GPIOs are correct from the Waveshare-Display.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions