Hi Robert,
I see two problems.
1) The interrupt service routine ends with a RETURN, it really needs to end with an @ INT_RETURN
2) In the interrupt "declaration" you have the Clear Flag option set to no so DT-INTS will not clear the flag. Are you saying that you want to do it yourself? In that case you need to do it in the interrupt service routine.
/Henrik.
Bookmarks