help re pbp3 and picket 2 with 12f675


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Apr 2012
    Posts
    8


    Did you find this post helpful? Yes | No

    Default Re: help re pbp3 and picket 2 with 12f675

    hi sorry i should have added what config bits do i set to get this to work ? i am confused with these

    regards judd

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default Re: help re pbp3 and picket 2 with 12f675

    Hi, Judd

    May be you could

    1) add

    Code:
    DEFINE OSCCAL_1K 1
    @ the top of the code

    2) Giving the link could have helped so much ...

    http://www.rc-float-flying.rchomepag...w%20Driver.htm

    shows the config is missing for GP3/MCLR ... used as an input

    so, also add @ Top for PBP3
    Code:
    #CONFIG
     __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _CP_OFF & _BODEN_ON
    #ENDCONFIG
    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  3. #3
    Join Date
    Apr 2012
    Posts
    8


    Did you find this post helpful? Yes | No

    Default Re: help re pbp3 and picket 2 with 12f675

    Alain,

    Many thanks for this i wil try later and sorry for not including the link new at this as well
    regards judd

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