Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    772
    Views
    596,180

    Re: Instant Interrupts - Revisited

    "Freq " would be a label and cannot be redefined
    you can however
    @Freq1 = 416
    @Freq2 = 410
    @Freq3 = 466

    if you need to change the tmr1 interrupt rate the tmr1 reload value needs to be a var
  2. Replies
    772
    Views
    596,180

    Re: Instant Interrupts - Revisited

    I'm wrong there, I was thinking of ioca/b int issues I had some years back . but after having another look it was with a 16f1825 which has an individual ioc flag for every ioc pin , but it won't...
  3. Replies
    772
    Views
    596,180

    Re: Instant Interrupts - Revisited

    DT_INTS does not clear the ioc int flag you need to do that yourself either in your isr or when you ready to rearm the interrupt
  4. Replies
    772
    Views
    596,180

    Re: Instant Interrupts - Revisited

    looks like an Egyptian goddess

    https://en.wikipedia.org/wiki/Isis

    but it probably this
    http:/'s/www.picmicros.org.uk/Interfacing/TUTORIAL.htm
  5. Replies
    772
    Views
    596,180

    Re: pbppi14e.lib errors

    have a look at these threads with dt's guidance I added unsupported interrupts to dt_int18
    http://support.melabs.com/threads/392-Dt-ints-18-with-pic18f248...
  6. Replies
    772
    Views
    596,180

    Re: pbppi14e.lib errors

    I have had similar problems , it seems I cut and pasted the asm section from somewhere that included an illegal non printing character. simple solution is to retype the asm section ,remember its case...
Results 1 to 6 of 6