DT-INTS and SSP1_INT


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425

    Default DT-INTS and SSP1_INT

    I'm able to use the following interrupts from DT-INTS:

    1. RX1_INT
    2. RX2_INT
    3. TX1_INT
    4. TX2_INT
    5. TMR1_INT
    6. TMR0_INT

    When I try to use SSP1_INT, the program hangs waiting for the code to execute in the MSSP1 interrupt. I can remove the interrupt and use a GOSUB to execute the MSSP1 module but can't figure out why using the interrupt isn't working. I can confirm that the code goes past the

    @ INT_ENABLE SSP1_INT

    but it never goes into the SSP1 interrupt. Any thoughts?

  2. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,596


    Did you find this post helpful? Yes | No

    Default Re: DT-INTS and SSP1_INT

    Registers not defined right?

    SSP is on my ToDo list, never tried that.

    Robert

  3. #3
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425


    Did you find this post helpful? Yes | No

    Default Re: DT-INTS and SSP1_INT

    I assume the registers are set correctly since the MSSP modules work correctly with GOSUB's. I can't figure this problem out. It's a stumper.

  4. #4
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,596


    Did you find this post helpful? Yes | No

    Default Re: DT-INTS and SSP1_INT

    Some pins are shared with other features. Seeing code would help.

Similar Threads

  1. DT-ints-18, How to ...
    By iw2fvo in forum mel PIC BASIC Pro
    Replies: 18
    Last Post: - 7th January 2014, 20:41
  2. DT INTs which int to use??
    By Heckler in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 13th March 2012, 00:23
  3. out of memory using DT-ints-14 and 16F610
    By comwarrior in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 7th January 2011, 03:30
  4. Problem with Dt Ints Interrupts
    By Quin in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th July 2008, 19:21
  5. DT-ints-18 - new version
    By dip1 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 10th October 2007, 20:09

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts