PIC18F67K40 Timer issues


Results 1 to 6 of 6

Threaded View

  1. #5
    Join Date
    May 2013
    Location
    australia
    Posts
    2,681


    Did you find this post helpful? Yes | No

    Default Re: PIC18F67K40 Timer issues

    Code:
    HeartBeat   var LATH.3
    
    ...
    
    
    toggle HeartBeat
    that's a no go with pbp

    toggle only works with portx regs

    eg
    HeartBeat var porth.3

    toggle HeartBeat


    ps if that's all you want from an interrupt there is no need for all that bloat from dt ints

    see this
    http://www.picbasic.co.uk/forum/showthread.php?t=23874
    Last edited by richard; - 28th July 2018 at 06:48.
    Warning I'm not a teacher

Similar Threads

  1. Understanding timer issues
    By boroko in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th April 2009, 03:56
  2. Timer Issues
    By Kamikaze47 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th September 2007, 16:05
  3. Alarms with Mel's "Olympic Timer" based timer - how to?
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 20th June 2007, 23:09
  4. Port A Issues
    By elec_mech in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 21st June 2005, 22:07

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