Question
Touch Interrupt Problem
Hi professors,
I am using STM32H743 with my development board,and I am trying to build a Interrupt for the touch function,codes are down below.
By the way, the code is generated by TouchGFX and Board STM32H743I_EVAL.
Pin defined

Interrupt function in C++ file

This is the detecting pin function
Last is my test interrupt is break in or not.
I tried a lot but it didn`t work.
Is there any one can help?
Thank you!