Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    595,911

    Re: Instant Interrupts - Revisited

    Hi Darrel,
    yes you are right, i had 8.56, now 8.66 and it works.

    BTW: For all I2C Slave progger:
    To get the I2C Slave running on a 25K22, use SSP1_INT or SSP2_Int, and, very important, you must...
  2. Replies
    772
    Views
    595,911

    Re: Instant Interrupts - Revisited

    Hi Darrel,
    i found a problem which is not clear to me:
    I hava a 18(L)F25K22 and want to use SSP1_INT for my I2C handler, but after compiling the source, i get this error:

    ....test.asm 1052 :...
  3. Replies
    772
    Views
    595,911

    Hi Darrel, thanks for the answer. I don't have...

    Hi Darrel,
    thanks for the answer.
    I don't have any pauses, the i2c bus writes and reads ad-converters and io-expanders, no eeproms.

    I think the main problem is the handler for the uarts. The...
  4. Replies
    772
    Views
    595,911

    Hi Darrel, i use your instant interrupts on a...

    Hi Darrel,
    i use your instant interrupts on a 18F6722.
    A question to the interrupts:
    I want to use a timer which shall make 1sec ticks and i have both uarts receving commands from other devices. I...
  5. Replies
    772
    Views
    595,911

    I have his routine, writing seems to work but...

    I have his routine, writing seems to work but reading not... :-(
  6. Replies
    772
    Views
    595,911

    Hi Darrel, it works now, but is very critical in...

    Hi Darrel,
    it works now, but is very critical in timing.
    I think about using 12c, but i did not find a good i2c slave routine.
    I tested one in the past, but without success.... :-(
    Did you test...
  7. Replies
    772
    Views
    595,911

    Sure, i am using both uarts of the Pic, but i...

    Sure, i am using both uarts of the Pic, but i have one more serial port accessing
    via serin/serout some more serial devices also (a eight devices bus). The status
    and some controls of these eight...
  8. Replies
    772
    Views
    595,911

    Hello Darrel, thanks, it works now, but there...

    Hello Darrel,
    thanks, it works now, but there are coming up some more problems:

    When the timer makes 1 second tick, i call a subroutine which has several
    serin2 and serout2 commands to read and...
  9. Replies
    772
    Views
    595,911

    I tried to compile my application with Darrels...

    I tried to compile my application with Darrels interrups, i get the compiler errors:
    Error[113] c:\pbp\pbppic18.lib 1200 : Symbol not previously defined(INT_ENTRY_H)
    Error[113] c:\pbp\pbppic18.lib...
Results 1 to 9 of 9