Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    596,751

    Re: Instant Interrupts - Revisited

    I tried your INT code mod and sample code here (added Counter VAR Word) and it compiled okay.
    A couple questions:
    What are you try to do that is not happening?
    And excuse my ignorance, but what is...
  2. Replies
    772
    Views
    596,751

    Re: Instant Interrupts - Revisited

    Edit: ooops, forgot the "@".



    @ INT_ENABLE RABC_INT ; Enable IOC
  3. Replies
    772
    Views
    596,751

    Re: Instant Interrupts - Revisited

    I had to do the same thing with the PIC18F14K50.
    Our entries look similar except your label is RABC_INT.



    #define RAB_INT INTCON, RABIF ;-- RAB Port Change, Added 3/15/14 for PIC18F14K50...
  4. Replies
    772
    Views
    596,751

    Re: Instant Interrupts - Revisited

    I happen to also be working with the PIC18F24J50 for the RTCC and just tried DT's Interrupts for it and got an error. It may have already been addressed in this thread that has become short of a book...
  5. Replies
    772
    Views
    596,751

    Re: Instant Interrupts - Revisited

    Hi,
    You are on the right track. Darrel did add this interrupt:

    ; -- Added for ver. 3.3 --
    #define RTTCC_INT PIR3, RTCCIF ;-- RTTC


    Setup as:

    INCLUDE "DT_INTS-18.bas" ; Darrel...
  6. Replies
    772
    Views
    596,751

    Thanks for the direction Darrel. I did some...

    Thanks for the direction Darrel. I did some research on the USART and like what I found now that I'm beginning to understand the use of your interrupt routine and how the information is presented in...
  7. Replies
    772
    Views
    596,751

    Alrighty then! Just when I was about to go with...

    Alrighty then! Just when I was about to go with plan "B", add a PIC12F683 as a stand alone serial generator.
    I just took a look at USART along with Mister E's PIC calculator and found that 7812 baud...
  8. Replies
    772
    Views
    596,751

    Thanks for ending the misery Darrel. I guess I...

    Thanks for ending the misery Darrel.
    I guess I was seeing too much into it. I still need to learn to juggle the events properly so they don't clash.
    When I read the second post that says "Well,...
  9. Replies
    772
    Views
    596,751

    Disturbance in the force

    Hi everyone,
    I think I'm getting very close to understanding DT's interrupt routine but need some direction.
    I'm using a PIC16F688 to make myself a test fixture to test some product but pretty...
Results 1 to 9 of 9