Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: mpgmike; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: Customizing the DT_INTS-XX.bas Instant Interrupt

    Are you resetting the PIR0.IOCIF or IOCCF.5? This would be in the DT_INTs. It's possible you're trying to clear the wrong flag. PIR0.IOCIF is read only and is Hardware cleared when IOCCF.5 = 0.
  2. Re: Customizing the DT_INTS-XX.bas Instant Interrupt

    Part 2

    Next, Starting on Line 218 (of the original) are the same familiar Flags. *The same process is used here, where the appropriate name & Registers*are used for the MCU you are using. *For...
  3. Customizing the DT_INTS-XX.bas Instant Interrupt

    Since Daryl Taylor created his Instant Interrupt Routine, Microchip has added many new features and changed PIR locations for their new MCUs. We recently visited the K40 application on the Forum, and...
Results 1 to 3 of 3