cycle length to do various tasks


Results 1 to 5 of 5

Threaded View

  1. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: cycle length to do various tasks

    So you are using 2 timers to make 1 pulse?

    Well, I can say that interrupt latency can be accounted for by ADDING a reload value to the accumulated timer value.
    And nothing in your ISR is using PBP's system variables, so the handler "Type" can be ASM, which will reduce the latency to be accounted for.

    I won't go into too much detail because I think you're probably doing it the wrong way.

    What are the minimum and maximum pulse widths?
    And what is the interval between them?
    Last edited by Darrel Taylor; - 1st August 2012 at 05:09.
    DT

Members who have read this thread : 0

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

Posting Permissions

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