Hello Unregistered ,
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 ...
I'm trying to switch from an 18F25K20 to an 18F26K40, and I'm getting a compiler error (PBPX 3.1.6.4) specific to the timer interrupt definition. I'm using the interrupt include file...
Re: DT interrupt problem / K40 - "Priority State Not Found"
since ipr0 is not in access bank memory , that will not do what you think and may cause all sorts of buggy behavior
richard Today, 07:30also tmr0 interrupt is high priority at por so its an unnecessary step
as is ...