2019-04-25 02:28 AM
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!
2019-05-20 05:18 PM
when you touch anywhere it should to break in that function,shouldn`t it?
But I found out it can not break in my function that I set.
2019-05-21 01:31 AM
If your configuration is correct, yes, that is my expectation. Do you have optimizations enabled for your compiler?
/Martin