If you set it to YES, you don't need to clear the interrupt flags manually, DT's INT will do it for you.
If you set it to NO, the program won't reset the interrupt flag, so you'll have to do it yourself. In case you don't, your program will always turn in round in your ISR.
Bookmarks