Tool/software: Linux
Hi expert,
I use AM5718 SDK(ti-processor-sdk-linux-am57xx-evm-04.00.00.04 ) to request an gpio1_24 intterrupt like:
devm_request_threaded_irq(dev, client->irq, NULL, cy8ctouch_irq, irqflags, "cy8c41x", ts);
When irqflags is IRQF_TRIGGER_HIGH cpu can not genarate an interrupt although my cy8ctouch chip pull gpio1_24 high. but whit IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING cpu can genarate an interrupt.
So , is it am5718 sdk support gpio level trigger , if yes ,how to achive that. Thanks.