Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    594,108

    Yet again, you've come up trumps - worse still I...

    Yet again, you've come up trumps - worse still I knew about the positive edge/falling edge for triggering an interrupt ...since I'm using weak internal pullups, I selected negative, but I never made...
  2. Replies
    772
    Views
    594,108

    Many thanks Darrel. I have a problemetette -...

    Many thanks Darrel.

    I have a problemetette - my program runs fine, but then when I press a switch (to generate an IOC), an interrupt *is* triggered, but it then seems to loop in my interrupt...
  3. Replies
    772
    Views
    594,108

    Just a quickie, re IOC interrupts....how do I...

    Just a quickie, re IOC interrupts....how do I know which one to use? (previously I was using IOC with a 16f690 & used RABC_INT then, but the PIC I'm using now doesn't have a PORT B)

    From DT's...
  4. Replies
    772
    Views
    594,108

    We're straying off (probably better to visit the...

    We're straying off (probably better to visit the ongoing related thread - http://www.picbasic.co.uk/forum/showthread.php?t=13690), but just to clarify....I'm not even calculating phase wrt to this...
  5. Replies
    772
    Views
    594,108

    It all works well above a certain phase shift...

    It all works well above a certain phase shift (depending on the signal frequency)...just when you get to the lower regions that this quirk kicks in.

    I'm sure you're sorted for a phase shift cct,...
  6. Replies
    772
    Views
    594,108

    Be warned...it's still very much a work in...

    Be warned...it's still very much a work in progress, I've just revisited this one & noticed a whopping proble. On the basis that a picture is worth a thousand words, I just posted up a youtube video,...
  7. Replies
    772
    Views
    594,108

    Excellent news....and thanks for the quick...

    Excellent news....and thanks for the quick response (I'm off to divide 2147483647 by 32767 .....just because)
  8. Replies
    772
    Views
    594,108

    I'm needing to use DIV32 in my program, this from...

    I'm needing to use DIV32 in my program, this from the compiler manual...

    "...blah, blah, blah...........ON INTERRUPT must be
    DISABLEd from before the multiply until after the DIV32. If ON...
  9. Replies
    772
    Views
    594,108

    thanks for the clarification Darrel! I look...

    thanks for the clarification Darrel!

    I look forward to the day where I don't have to read something 10 times ...and still not be 100% sure what it means! Until then please humour me - I'm using...
  10. Replies
    772
    Views
    594,108

    Just wondering if doing something like this is a ...

    Just wondering if doing something like this is a 'no no' wrt to the interrupt handlers...




    CPM1_Interrupt_Handler:

    @ INT_DISABLE CMP1_INT
    [do some stuff here]
    @ INT_ENABLE CMP2_INT
  11. Replies
    772
    Views
    594,108

    Thanks...there's some top tips there. Just a...

    Thanks...there's some top tips there.

    Just a thought here - is it even possible to get reliable results with mechanical switches & interupts?

    By this I mean, a mechanical switch normally...
  12. Replies
    772
    Views
    594,108

    mister_e.... I'd like to get interupts working on...

    mister_e.... I'd like to get interupts working on my 16F690 ....I visited Darrel's website & on the very first example "Hello World", he shows the code along with a short schematic - the interupt is...
  13. Replies
    772
    Views
    594,108

    Oops - double post....removed.

    Oops - double post....removed.
Results 1 to 13 of 13