Hello Unregistered ,
Yep, I found a "@ INT_DISABLE INT_INT" in a function in one of my include files (that I don't even use currently). After commenting it out, it compiled fine. Thanks! Dave
since ipr0 is not in access bank memory , that will not do what you think and may cause all sorts of buggy behavior also tmr0 interrupt is high priority at por so its an unnecessary step as is ...
Re: DT interrupt problem / K40 - "Priority State Not Found"
Yep, I found a "@ INT_DISABLE INT_INT" in a function in one of my include files (that I don't even use currently). After commenting it out, it compiled fine.
achilles03 - 23rd April 2026, 17:56Thanks!
Dave