-->
Page 2 of 2

Re: Interupt on GPIO16 not Working ?

PostPosted: Tue Jul 23, 2019 9:15 am
by DonaldDuck
Your program wouldn't work like this. It is recomended, that the branch must end with the wait command. If you specify a loop back instead of wait you will get a stack overflow.

Re: Interupt on GPIO16 not Working ?

PostPosted: Tue Jul 23, 2019 10:29 am
by DonaldDuck
Is working. Your program is incorrect. It is recommended that the branch must end with a wait command. If you loop back, you may cause a stack overflow.