DT_INTS-14 ver 1.10 and PBP V2.60C What am I doing wrong?


Results 1 to 4 of 4

Threaded View

  1. #4
    Join Date
    Jan 2009
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: DT_INTS-14 ver 1.10 and PBP V2.60C What am I doing wrong?

    This is very interesting as I have had the same exact problem (AFAIK), same pic, PBP 2.60 and added the extra lines of code as suggested and still got the same error. I opened up DT_INTS-14.bas and found the following
    wsave VAR BYTE $20 SYSTEM ' location for W if in bank0
    'wsave VAR BYTE $70 SYSTEM ' alternate save location for W
    ' if using $70, comment wsave1-3

    ' --- IF any of these three lines cause an error ?? ------------------------
    ' Comment them out to fix the problem ----
    ' -- Which variables are needed, depends on the Chip you are using --
    wsave1 VAR BYTE $A0 SYSTEM ' location for W if in bank1
    wsave2 VAR BYTE $120 SYSTEM ' location for W if in bank2
    wsave3 VAR BYTE $1A0 SYSTEM ' location for W if in bank3
    I am using MPLABX v1.95 under Windows 8.1 I have used Darrel Taylor's code in the past using this chip (IIRC) but using MPLAB 8.x under Windows XP and never had a problem (except for typo's!) I can compile other code with this setup that doesn't include the Instant Interrupts and this is the first time I have tried to use Darrel's code on my new setup. I'm wondering if in fact I may not have something set up in MPLAB-X correctly? Any suggestions appreciated. Chris
    Last edited by ChrisKiwi; - 23rd May 2014 at 04:03.

Similar Threads

  1. Math problem with PBP 2.6 and 18F4550, large numbers
    By wdmagic in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 3rd January 2013, 04:41
  2. pbp and linux
    By Chirpy in forum mel PIC BASIC Pro
    Replies: 31
    Last Post: - 17th December 2012, 22:37
  3. PBP and DT_INTs problems
    By comwarrior in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 14th December 2012, 11:45
  4. Replies: 1
    Last Post: - 30th October 2012, 09:28
  5. Replies: 5
    Last Post: - 16th October 2012, 20:31

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