DT_INTs with 16F690


Closed Thread
Results 1 to 4 of 4
  1. #1

    Default DT_INTs with 16F690

    Hello,

    PIC 16F690 has Port Change Interrupts on both ports A and B. Will DT_INTs work for both? Will the source titles be:
    RBC_INT
    RAC_INT ?

  2. #2
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Dick Ivers View Post
    Hello,

    PIC 16F690 has Port Change Interrupts on both ports A and B. Will DT_INTs work for both? Will the source titles be:
    RBC_INT
    RAC_INT ?
    Yes, it is ....

    RAC_INT -- RA Port Change
    RABC_INT -- RAB Port Change

    This is using his latest version 1.00. It is located at the bottom of this page:

    http://darreltaylor.com/DT_INTS-14/intro2.html


    Edit:

    I have not looked at your data sheet much, but I did notice this:
    Note 1: IOCA or IOCB register must also be enabled.
    So it looks like you have to select IOCB on this one if you want RABC_INT to only interrupt on port B change.
    Last edited by ScaleRobotics; - 29th January 2010 at 21:24.

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Thanks for the upgrade info.... version 1.00 now in place.
    I need the Change on Port A function, so RAC_INT is it. Will check the data sheet on how to enable IOAC.

  4. #4
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Dick Ivers View Post
    I need the Change on Port A function, so RAC_INT is it. Will check the data sheet on how to enable IOAC.
    I think with RAC_INT, you do not need to select IOAC, or IOAB bit. You only need to when using RABC_INT (which you might think of as an AorB_INT).

Similar Threads

  1. HSERIN / SERIN Problem with 16f690
    By rborsuk in forum Serial
    Replies: 24
    Last Post: - 5th February 2010, 04:51
  2. 16f690 crashes
    By Lincoln S. in forum Serial
    Replies: 8
    Last Post: - 26th November 2008, 08:32
  3. Using HPWM in half bridge mode on 16f690
    By Chris Barron in forum mel PIC BASIC
    Replies: 0
    Last Post: - 29th December 2006, 11:18
  4. PBP & 16F690 bug?
    By Ron Marcus in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 29th May 2006, 23:18
  5. 16F690 Support
    By Ruben Pena in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 5th September 2005, 22:35

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