TMR0 interrupt. Counter pauses?


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869


    Did you find this post helpful? Yes | No

    Default Re: TMR0 interrupt. Counter pauses?

    I am not certain it is, I ment to say "If it is disabled". But in any event you should move the PULSOUT
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default Re: TMR0 interrupt. Counter pauses?

    DISABLE doesn't generate code, but it does keep PBP from placing interrupt checking code in your interrupt handler. It doesn't stop any timers.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  3. #3
    Join Date
    Feb 2011
    Posts
    5


    Did you find this post helpful? Yes | No

    Default Re: TMR0 interrupt. Counter pauses?

    Quote Originally Posted by Bruce View Post
    DISABLE doesn't generate code, but it does keep PBP from placing interrupt checking code in your interrupt handler. It doesn't stop any timers.
    My pleasure...

    So how would you think on the lengthened period issue ?

    I removed the PULSOUT into the main loop as Bert said. It looks OK now.

Members who have read this thread : 0

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts