I'm also stuck with FSR error when using DT's elapsed timer on 16F1936


+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2013
    Posts
    1,152

    Default I'm also stuck with FSR error when using DT's elapsed timer on 16F1936

    No MIBAM this time

    I tried to use original files, but they got that error, then I found this post:

    https://www.picbasic.co.uk/forum/sho...=elapsed+timer

    tried code from it, but it won't compile, since 16F1936 does not have Timer 3, it has timer 1-2-4-6.

    So as I understand, I should modify that code and change all references to timer3 to another timer. But which one to choose?

  2. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,675


    Did you find this post helpful? Yes | No

    Default Re: I'm also stuck with FSR error when using DT's elapsed timer on 16F1936

    why timer3 ?
    any timer that can provide a 10mS interrupt could be employed, the self configuring aspect of the code will not function for modern pic chips. the code will need a tickle to adapt it to valid timer settings for your chosen chip
    what have you tried ?
    Warning I'm not a teacher

  3. #3
    Join Date
    Feb 2013
    Posts
    1,152


    Did you find this post helpful? Yes | No

    Default Re: I'm also stuck with FSR error when using DT's elapsed timer on 16F1936

    I don'know - author on the link above used timer3.
    I guess, mechanically changing it to timer1 or 2 won't work, since there's some ASM code involved...

Similar Threads

  1. Replies: 18
    Last Post: - 6th October 2024, 23:54
  2. DT Elapsed Timer
    By retepsnikrep in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 14th December 2017, 23:21
  3. PBP, 16F1827, FSR, and Error 113
    By RussMartin in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 13th January 2014, 09:04
  4. Compiling error on Elapsed timer
    By tacbanon in forum General
    Replies: 2
    Last Post: - 9th September 2012, 13:09
  5. DT Elapsed Timer
    By rwskinner in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 9th March 2008, 23:17

Members who have read this thread : 3

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