10f202


Closed Thread
Results 1 to 4 of 4

Thread: 10f202

  1. #1
    Join Date
    Jun 2006
    Location
    Bangalore, India
    Posts
    136

    Question 10f202

    How do i load the OSCCAL value for this device ? ? ?

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    seems PBP do it for you by default.

    huge code
    Code:
    a Var Byte
    .lst file.. a snip
    Code:
                          01563   LIST
    0000                  01564         ORG     0               ; Start at 0
                          01565 
    0000   0025           01566         movwf   OSCCAL          ; Set oscillator calibration
    0001   0A02           01567         goto    INIT            ; Finish initialization (must be in first page)
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Jun 2006
    Location
    Bangalore, India
    Posts
    136


    Did you find this post helpful? Yes | No

    Smile

    Thanks mister_e.
    I didn't know that pbp does it automatically.

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    i didn't as well, just discovered it. Never Used PBP for this one, just ASM at the moment.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. GP2 on a 10F202 as output
    By mat janssen in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 21st January 2011, 20:02

Members who have read this thread : 1

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