Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    597,545

    Re: Instant Interrupts - Revisited

    The code could also be changed thus, not that it makes a difference:


    T1PS = 1 ; start with 1:1 postscaler
    TimerConst = ((OSC*1000000)/4/100)+8 ; how many timer ticks...
  2. Replies
    772
    Views
    597,545

    Re: Instant Interrupts - Revisited

    Darrel,
    While poking around and getting ideas, I got to looking at ver 1.2 of "Elapsed_INT-18.bas". I was particularly interested in the nice routine to calculate the timer reload constant:


    '...
  3. Replies
    772
    Views
    597,545

    See http://darreltaylor.com/DT_INTS-18/home.html....

    See http://darreltaylor.com/DT_INTS-18/home.html. Darrel has done a good job documenting the Instant Interrupts, and it shows on the right side of the page that multiple external interrupts are...
  4. Replies
    772
    Views
    597,545

    Just to clarify one important item. Here is...

    Just to clarify one important item. Here is snippet from the PIC18F8722 Datasheet under Memory Organization:



    So, more accurately, RETFIE FAST works when low-priority interrupts are enabled,...
Results 1 to 4 of 4