Thanks. Now only the only file I still need is elapsed_int-14. Could you please upload that one as well?
Thanks again!
Thanks. Now only the only file I still need is elapsed_int-14. Could you please upload that one as well?
Thanks again!
I think the latest version of that is still this one: http://www.picbasic.co.uk/forum/show...7473#post17473
Am I the only one confused by the "ALL_INT -- Global Interrupts" interrupt source?
ALL_INT references the GIE bit (Global Interrupt Enable).
You can use it like this ...
Someone here wanted it, but frankly I think it's easier to just alias the bit, then do GIE = 1.Code:@ INT_ENABLE ALL_INT @ INT_DISABLE ALL_INT
You can not assign a Handler to ALL_INT as an Interrupt Source.
<br>
DT
Darrel,
Thanks for the DT-INTS modules, it's an awesome piece of work. It makes interrupt handling so much easier !
I found this topic because i got stuck using the DT-INTS-18 within code that i was compiling using the 8.43 version of mplab. I got the same error116 over and over again, except when i commented out DT-INTS includes and ASM piece. Microcode studio compiles the exact same code without any error ...
However removing the -K# parameter did the trick, it compiles flawless, exept for the fact that the Mplab SIM can't SIM anymore.
Did you ever discover a workaround or did you get some more info from melabs ?
Best regards,
UB
Yes I did.
See this post for the MPLAB fix.
http://www.picbasic.co.uk/forum/show...26&postcount=3
<br>
DT
Bookmarks