Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    6,738

    Re: PBP 3 will not compile

    Now I have a question - I'm trying to modify a PBP 2.60 program into PBP 3.0.7, for the PIC16F913. I get several versions of this error at the end of compiling:

    "Error[126] C:\PROGRAM...
  2. Replies
    6
    Views
    6,738

    Re: PBP 3 will not compile

    Check your path. I use a DOS batch file to do all my editing (Programmer's Notebook) and compiling, without the IDE. An example:

    path c:\program files\pbp3;c:\program files\microchip\mpasm...
  3. Replies
    21
    Views
    17,159

    Re: SMBus, SBS, I2CWrite, I2CRead

    T- I tried waiting for the SSP1IF interrupt, but it never happened! The pic spec indicates that you clear it after the start condition is complete (SEN = 1) and you have written to SSP1BUF...
  4. Replies
    21
    Views
    17,159

    Re: SMBus, SBS, I2CWrite, I2CRead

    Solved my own problem! I have to wait at least 1 clock pulse (15 usec) after the BF flag resets (buffer is empty) before looking at ACKSTAT, to allow the ninth clock pulse to complete. My fix:
    ...
  5. Replies
    21
    Views
    17,159

    Re: SMBus, SBS, I2CWrite, I2CRead

    This is kind of a new direction, but people on this thread may be curious - I am trying to program a smart battery (smbus master), to recognize whether or not a level 2 smart charger (smbus slave)...
  6. Replies
    772
    Views
    591,605

    Re: Instant Interrupts - Revisited

    Thanks a lot, Robert. I have installed them and they do exactly what I needed. Thanks Darrel...

    Now I have a question. I added the RTCC interrupt to the DT-INTS-18 coding by adding a define and...
  7. Replies
    772
    Views
    591,605

    Re: Instant Interrupts - Revisited

    Thanks - just what I needed! Now the fun starts...
  8. Replies
    10
    Views
    15,896

    Re: Disable/Enable DT interrupt

    Thanks - that's just what I was looking for. Now the fun part...! Wish Darrel was still around. I'm trying to create I2C control commands in PBP3 for an interrupt handler (similar to CCS's C-code...
  9. Replies
    10
    Views
    15,896

    Re: Disable/Enable DT interrupt

    From a newbie - Where can I download virgin copies of the latest DT-Ints-18 AND ReEnterPBP-18? I've searched everywhere, can't find ReEnterPBP-18 at all. Using PBP3, PIC18F67K90 in a smart battery....
  10. Replies
    772
    Views
    591,605

    Re: Instant Interrupts - Revisited

    Where can I download the latest DT-Ints-18 AND ReEnterPBP-18? PIC18F67K90, PBP3 - Thanks - DarrelTaylor.com is all links, no beef.
Results 1 to 10 of 10