Hwpw


+ Reply to Thread
Results 1 to 20 of 20

Thread: Hwpw

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: Hwpw

    first question how do you get the code box to post into

    https://www.picbasic.co.uk/forum/showthread.php/19594


    I did change the numbering to BIN so when looking in the manual I could line things up with the proper bits
    it can be informative for some registers for most its just unnecessary clutter

    its certainly not helped you get this correct

    CCPTMRS0 = %1011010 ; TIMER6 = CCP1, TIMER4 = CCP3

    setting C2TSEL<1:0>: CCP2 Timer Selection bits to %11 "reserved" is not a good practice
    CCPTMRS0 = %01000010 ; TIMER6 = CCP1, TIMER4 = CCP3 is preferable
    Warning I'm not a teacher

  2. #2
    Join Date
    Aug 2009
    Location
    Paso Robles California
    Posts
    167


    Did you find this post helpful? Yes | No

    Default Re: Hwpw

    Yes the 11 i wasn't sure how to deal with it. So I put it in there if it didn't work. I would have pulled it right out, but it did work in this case. Remember, it's been 15 years since I've done any programming. I wasn't sure how to deal with some of this. So what button do you use to put code in to the forum messages.

  3. #3
    Join Date
    Aug 2009
    Location
    Paso Robles California
    Posts
    167


    Did you find this post helpful? Yes | No

    Default Re: Hwpw

    Nevermind, I found it a pound tag.

  4. #4
    Join Date
    Aug 2009
    Location
    Paso Robles California
    Posts
    167


    Did you find this post helpful? Yes | No

    Default Re: Hwpw

    Where can I get this program

    mister e's pic multi-calc
    Last edited by Ioannis; - 25th July 2025 at 12:43.

Members who have read this thread : 13

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