Please help...


Closed Thread
Results 1 to 17 of 17

Thread: Please help...

Hybrid View

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


    Did you find this post helpful? Yes | No

    Wink

    GASP ...

    I've forgotten to tell you to set the OSC to HS ...

    and then ... works fine !!! ... on my Easy 5 !!!

    Alain

    PS, works also with OSC set to XT ( default ) ... IF there's problem ... check Hardware ...
    Last edited by Acetronics2; - 9th April 2008 at 13:34.
    ************************************************** ***********************
    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 " !!!
    *****************************************

  2. #2
    Join Date
    Mar 2008
    Posts
    79


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Acetronics View Post
    GASP ...

    I've forgotten to tell you to set the OSC to HS ...

    and then ... works fine !!! ... on my Easy 5 !!!

    Alain
    YAY Success
    Thanks I owe you one

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


    Did you find this post helpful? Yes | No

    Talking

    One what ???
    ************************************************** ***********************
    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 " !!!
    *****************************************

  4. #4
    Join Date
    Mar 2008
    Posts
    79


    Did you find this post helpful? Yes | No

    Default

    A drink:P

    Is there any way of setting the OSC to HS in the program itself rather than having to change it on the programmer each time?

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


    Did you find this post helpful? Yes | No

    Default

    Depends on the IDE you're using ...

    For MPLAB :

    Code:
     @    __config _HS_OSC
    For µCode Studio

    Code:
    @   DEVICE pic16F877a,HS_OSC
    Alain
    Last edited by Acetronics2; - 9th April 2008 at 14:40.
    ************************************************** ***********************
    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 " !!!
    *****************************************

  6. #6
    Join Date
    Mar 2008
    Posts
    79


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Acetronics View Post
    Depends on the IDE you're using ...
    MicroCode Studio

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


    Did you find this post helpful? Yes | No

    Wink

    sooooo,

    For µCode Studio

    Code:
    @   DEVICE pic16F877a,HS_OSC
    Regards
    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 " !!!
    *****************************************

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