GPS Project: PIC18F26K22 or PIC18F46K22


Results 1 to 40 of 69

Threaded View

  1. #8
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: GPS Project: PIC18F26K22 or PIC18F46K22

    Quote Originally Posted by richard View Post
    measure the led on/off time with the Oscilloscope if the osc is correct then the on/off times will be as per your code


    I would leave CONFIG PWRTEN = ON


    AND ADD THIS
    OSCCON = %01110000 ; 64Mhz
    OSCTUNE.6 = 1 ; Enable 4x PLL
    while ! osccon2.7 :WEND

    to make sure the pll has stabilised before you run any other code , if timing is critical
    Hi Richard,

    Thanks, i will do that. So that means that the 8th Bit of the OSCCON2 which is the .7 must be presented?
    Attached Images Attached Images  

Similar Threads

  1. PIC18F46K22 config issue
    By LGabrielson in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 29th September 2012, 03:20
  2. Replies: 1
    Last Post: - 27th July 2008, 06:14
  3. Pic GPS project Demo
    By Art in forum GPS
    Replies: 0
    Last Post: - 28th October 2007, 03:05
  4. GPS project question
    By mjp130 in forum GPS
    Replies: 6
    Last Post: - 4th July 2007, 20:09
  5. gps project
    By chuckad in forum GPS
    Replies: 2
    Last Post: - 9th February 2007, 02:52

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