Calculating a known and deadly accurate interrupt frequency rate (pic multicalc etc)


Results 1 to 5 of 5

Threaded View

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


    Did you find this post helpful? Yes | No

    Default Re: Calculating a known and deadly accurate interrupt frequency rate (pic multicalc

    PicMultiCalc doesn't do TMR2,4,6 unless PR2=255 and you reload on every interrupt.

    TMR2 counts up to the PR2 value + 1, then resets and interrupts.
    So you were only getting 64 counts. (62.5Khz)

    For 200 counts, set PR2 to 199.
    Last edited by Darrel Taylor; - 26th August 2011 at 05:13.
    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