16F1827 interrupt hosed


Results 1 to 19 of 19

Threaded View

  1. #4
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869


    Did you find this post helpful? Yes | No

    Default Re: 16F1827 interrupt hosed

    Try bsr=0. There maybe more bank select bit then just 1.Like this:
    Code:
    Myint
    Bsr=0
    asm
    Rest of isr
    OR
    Code:
    myint
    asm
    clrf bsr
    rest of isr
    Last edited by cncmachineguy; - 18th October 2011 at 05:43.
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

Members who have read this thread : 0

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